Searched refs:createKeyFactory (Results 1 – 9 of 9) sorted by relevance
46 KeyFactory createKeyFactory(String algorithm) in createKeyFactory() method
65 public KeyFactory createKeyFactory(String algorithm) in createKeyFactory() method in DefaultJcaJceHelper
72 public KeyFactory createKeyFactory(String algorithm) in createKeyFactory() method in ProviderJcaJceHelper
72 public KeyFactory createKeyFactory(String algorithm) in createKeyFactory() method in NamedJcaJceHelper
208 KeyFactory kf = helper.createKeyFactory(wrappedKeyAlgorithm); in engineUnwrap()
388 KeyFactory kf = helper.createKeyFactory(wrappedKeyAlgorithm); in engineUnwrap()
445 return helper.createKeyFactory(algorithm).generatePrivate(spec); in decodeKey()447 return helper.createKeyFactory(algorithm).generatePublic(spec); in decodeKey()
440 … KeyFactory keyFact = helper.createKeyFactory(publicKeyInfo.getAlgorithm().getAlgorithm().getId()); in convertPublicKey()
1241 KeyFactory keyFactory = helper.createKeyFactory("DSA"); in getNextWorkingKey()