Uses of Class
java.security.KeyFactory
-
Packages that use KeyFactory Package Description java.security Provides the classes and interfaces for the security framework. -
-
Uses of KeyFactory in java.security
Methods in java.security that return KeyFactory Modifier and Type Method Description static 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.
-