Searched refs:createCipher (Results 1 – 7 of 7) sorted by relevance
178 return helper.createCipher(cipherName); in createAsymmetricWrapper()187 return helper.createCipher("RSA/NONE/PKCS1Padding"); in createAsymmetricWrapper()198 return helper.createCipher(algorithm.getId()); in createAsymmetricWrapper()218 return helper.createCipher(cipherName); in createSymmetricWrapper()225 return helper.createCipher(algorithm.getId()); in createSymmetricWrapper()
27 Cipher createCipher( in createCipher() method
28 public Cipher createCipher( in createCipher() method in DefaultJcaJceHelper
35 public Cipher createCipher( in createCipher() method in ProviderJcaJceHelper
35 public Cipher createCipher( in createCipher() method in NamedJcaJceHelper
624 Cipher cipher = helper.createCipher(algorithm.getId()); in unwrapKey()636 Cipher cipher = createCipher(Cipher.UNWRAP_MODE, password, algId); in unwrapKey()667 Cipher cipher = helper.createCipher(algorithm); in wrapKey()704 Cipher cipher = helper.createCipher(algorithm.getId()); in cryptData()718 Cipher cipher = createCipher(mode, password, algId); in cryptData()733 private Cipher createCipher(int mode, char[] password, AlgorithmIdentifier algId) in createCipher() method in PKCS12KeyStoreSpi
474 Cipher cipher = helper.createCipher(algorithm); in makePBECipher()