Uses of Class
javax.crypto.SecretKeyFactory

Packages that use SecretKeyFactory
javax.crypto   
 

Uses of SecretKeyFactory in javax.crypto
 

Methods in javax.crypto that return SecretKeyFactory
static SecretKeyFactory SecretKeyFactory.getInstance(java.lang.String algorithm)
          Returns the default provider SecretKeyFactory object for the specified symmetric algorithm.
static SecretKeyFactory SecretKeyFactory.getInstance(java.lang.String algorithm, java.lang.String provider)
          Returns a SecretKeyFactory object for the specified symmetric algorithm, implemented by the given provider.