Searched refs:createCipher (Results 1 – 7 of 7) sorted by relevance
177 return helper.createCipher(cipherName); in createAsymmetricWrapper()186 return helper.createCipher("RSA/NONE/PKCS1Padding"); in createAsymmetricWrapper()197 return helper.createCipher(algorithm.getId()); in createAsymmetricWrapper()217 return helper.createCipher(cipherName); in createSymmetricWrapper()224 return helper.createCipher(algorithm.getId()); in createSymmetricWrapper()
26 Cipher createCipher( in createCipher() method
27 public Cipher createCipher( in createCipher() method in DefaultJcaJceHelper
34 public Cipher createCipher( in createCipher() method in ProviderJcaJceHelper
34 public Cipher createCipher( in createCipher() method in NamedJcaJceHelper
621 Cipher cipher = helper.createCipher(algorithm.getId()); in unwrapKey()633 Cipher cipher = createCipher(Cipher.UNWRAP_MODE, password, algId); in unwrapKey()664 Cipher cipher = helper.createCipher(algorithm); in wrapKey()701 Cipher cipher = helper.createCipher(algorithm.getId()); in cryptData()715 Cipher cipher = createCipher(mode, password, algId); in cryptData()730 private Cipher createCipher(int mode, char[] password, AlgorithmIdentifier algId) in createCipher() method in PKCS12KeyStoreSpi
474 Cipher cipher = helper.createCipher(algorithm); in makePBECipher()