Uses of Class
java.security.KeyFactory
Packages that use KeyFactory
- 
Uses of KeyFactory in java.securityMethods in java.security that return KeyFactoryModifier and TypeMethodDescriptionstatic KeyFactoryKeyFactory.getInstance(String algorithm)Returns a KeyFactory object that converts public/private keys of the specified algorithm.static KeyFactoryKeyFactory.getInstance(String algorithm, String provider)Returns a KeyFactory object that converts public/private keys of the specified algorithm.static KeyFactoryKeyFactory.getInstance(String algorithm, Provider provider)Returns a KeyFactory object that converts public/private keys of the specified algorithm.