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