Home
last modified time | relevance | path

Searched defs:InitParams (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/javax/crypto/
DCipher.java2738 static class InitParams { class in Cipher
2746 InitParams(InitType initType, int opmode, Key key, SecureRandom random, in InitParams() method in Cipher.InitParams