Searched defs:initCipher (Results 1 - 5 of 5) sorted by relevance

/openjdk9/jdk/test/com/sun/crypto/provider/CICO/PBEFunc/
H A DAESPBEWrapper.java71 protected Cipher initCipher(int mode) throws GeneralSecurityException { method in class:AESPBEWrapper
H A DDefaultPBEWrapper.java60 protected Cipher initCipher(int mode) throws GeneralSecurityException { method in class:DefaultPBEWrapper
H A DPBKDF2Wrapper.java91 protected Cipher initCipher(int mode) throws GeneralSecurityException { method in class:PBKDF2Wrapper
H A DAbstractPBEWrapper.java102 protected abstract Cipher initCipher(int mode) throws GeneralSecurityException; method in class:AbstractPBEWrapper
/openjdk9/jdk/test/com/sun/crypto/provider/Cipher/TextLength/
H A DPBECipherWrapper.java66 protected abstract void initCipher(int mode) throws InvalidKeyException, method in class:PBECipherWrapper
188 protected void initCipher(int mode) throws InvalidKeyException, method in class:PBECipherWrapper.PBKDF2
221 protected void initCipher(int mode) throws InvalidKeyException, method in class:PBECipherWrapper.AES
253 protected void initCipher(int mode) throws InvalidKeyException, method in class:PBECipherWrapper.Legacy

Completed in 133 milliseconds