/libcore/luni/src/test/java/libcore/javax/crypto/ |
D | MockCipherSpi.java | 104 protected void engineInit(int opmode, Key key, SecureRandom random) in engineInit() 110 protected void engineInit(int opmode, Key key, AlgorithmParameterSpec params, in engineInit() 116 protected void engineInit(int opmode, Key key, AlgorithmParameters params, in engineInit() 124 protected void engineInit(int opmode, Key key, SecureRandom random) in engineInit() 130 protected void engineInit(int opmode, Key key, AlgorithmParameterSpec params, in engineInit() 136 protected void engineInit(int opmode, Key key, AlgorithmParameters params, in engineInit() 144 protected void engineInit(int opmode, Key key, SecureRandom random) in engineInit() 150 protected void engineInit(int opmode, Key key, AlgorithmParameterSpec params, in engineInit() 156 protected void engineInit(int opmode, Key key, AlgorithmParameters params, in engineInit() 164 protected void engineInit(int opmode, Key key, SecureRandom random) in engineInit() [all …]
|
/libcore/ojluni/annotations/mmodule/javax/crypto/ |
D | Cipher.annotated.java | 69 public final void init(int opmode, java.security.Key key) throws java.security.InvalidKeyException … in init() 71 public final void init(int opmode, java.security.Key key, java.security.SecureRandom random) throws… in init() 73 public final void init(int opmode, java.security.Key key, java.security.spec.AlgorithmParameterSpec… in init() 75 public final void init(int opmode, java.security.Key key, java.security.spec.AlgorithmParameterSpec… in init() 77 public final void init(int opmode, java.security.Key key, java.security.AlgorithmParameters params)… in init() 79 public final void init(int opmode, java.security.Key key, java.security.AlgorithmParameters params,… in init() 81 public final void init(int opmode, java.security.cert.Certificate certificate) throws java.security… in init() 83 public final void init(int opmode, java.security.cert.Certificate certificate, java.security.Secure… in init()
|
/libcore/ojluni/src/main/java/javax/crypto/ |
D | Cipher.java | 365 private int opmode = 0; field in Cipher 784 private void chooseProvider(InitType initType, int opmode, Key key, in chooseProvider() 1029 private static void checkOpmode(int opmode) { in checkOpmode() 1035 private static String getOpmodeString(int opmode) { in getOpmodeString() 1102 public final void init(int opmode, Key key) throws InvalidKeyException { in init() 1155 public final void init(int opmode, Key key, SecureRandom random) in init() 1239 public final void init(int opmode, Key key, AlgorithmParameterSpec params) in init() 1300 public final void init(int opmode, Key key, AlgorithmParameterSpec params, in init() 1380 public final void init(int opmode, Key key, AlgorithmParameters params) in init() 1441 public final void init(int opmode, Key key, AlgorithmParameters params, in init() [all …]
|
D | CipherSpi.java | 355 protected abstract void engineInit(int opmode, Key key, in engineInit() 410 protected abstract void engineInit(int opmode, Key key, in engineInit() 466 protected abstract void engineInit(int opmode, Key key, in engineInit()
|
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/support/ |
D | MyCipher.java | 83 protected void engineInit(int opmode, Key key, SecureRandom random) in engineInit() 88 protected void engineInit(int opmode, Key key, in engineInit() 94 protected void engineInit(int opmode, Key key, AlgorithmParameters params, in engineInit()
|
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/ |
D | CipherSpiTest.java | 85 protected void engineInit(int opmode, Key key, SecureRandom random) in engineInit() 91 protected void engineInit(int opmode, Key key, AlgorithmParameterSpec params, in engineInit() 97 protected void engineInit(int opmode, Key key, AlgorithmParameters params, in engineInit() 509 protected void engineInit(int opmode, Key key, SecureRandom random) in engineInit() 513 protected void engineInit(int opmode, Key key, in engineInit() 518 protected void engineInit(int opmode, Key key, AlgorithmParameters params, in engineInit()
|
D | CipherOutputStream1Test.java | 251 protected void engineInit(int opmode, Key key, SecureRandom random) in engineInit() 257 protected void engineInit(int opmode, Key key, AlgorithmParameterSpec params, in engineInit() 264 protected void engineInit(int opmode, Key key, AlgorithmParameters params, in engineInit()
|