Uses of Class
javax.crypto.SecretKeyFactory
Packages that use SecretKeyFactory
-
Uses of SecretKeyFactory in javax.crypto
Methods in javax.crypto that return SecretKeyFactoryModifier and TypeMethodDescriptionstatic final SecretKeyFactory
SecretKeyFactory.getInstance
(String algorithm) Returns aSecretKeyFactory
object that converts secret keys of the specified algorithm.static final SecretKeyFactory
SecretKeyFactory.getInstance
(String algorithm, String provider) Returns aSecretKeyFactory
object that converts secret keys of the specified algorithm.static final SecretKeyFactory
SecretKeyFactory.getInstance
(String algorithm, Provider provider) Returns aSecretKeyFactory
object that converts secret keys of the specified algorithm.