Uses of Class
javax.crypto.SecretKeyFactory
Packages that use SecretKeyFactory
- 
Uses of SecretKeyFactory in javax.cryptoMethods in javax.crypto that return SecretKeyFactoryModifier and TypeMethodDescriptionstatic 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.