Uses of Class
javax.crypto.SecretKeyFactory
-
Packages that use SecretKeyFactory Package Description javax.crypto Provides the classes and interfaces for cryptographic operations. -
-
Uses of SecretKeyFactory in javax.crypto
Methods in javax.crypto that return SecretKeyFactory Modifier and Type Method Description static SecretKeyFactorySecretKeyFactory. getInstance(String algorithm)Returns aSecretKeyFactoryobject that converts secret keys of the specified algorithm.static SecretKeyFactorySecretKeyFactory. getInstance(String algorithm, String provider)Returns aSecretKeyFactoryobject that converts secret keys of the specified algorithm.static SecretKeyFactorySecretKeyFactory. getInstance(String algorithm, Provider provider)Returns aSecretKeyFactoryobject that converts secret keys of the specified algorithm.
-