Uses of Class
javax.crypto.SecretKeyFactory

Packages that use SecretKeyFactory
javax.crypto This package defines the main JCE 1.2 classes. 
 

Uses of SecretKeyFactory in javax.crypto
 

Methods in javax.crypto that return SecretKeyFactory
static SecretKeyFactory SecretKeyFactory.getInstance(String algorithm)
          Generates a SecretKeyFactory object for the specified algorithm.
static SecretKeyFactory SecretKeyFactory.getInstance(String algorithm, String provider)
          Generates a SecretKeyFactory object for the specified key algorithm from the specified provider.