Uses of Package
javax.crypto.spec

Packages that use javax.crypto.spec
com.dstc.security.keymanage This package defines private key protection classes. 
javax.crypto.interfaces This package defines JCE 1.2 interfaces. 
 

Classes in javax.crypto.spec used by com.dstc.security.keymanage
PBEKeySpec
          A user-chosen password that can be used with password-based encryption.
 

Classes in javax.crypto.spec used by javax.crypto.interfaces
DHParameterSpec
          This class specifies the set of parameters used with the Diffie-Hellman algorithm, as specified in PKCS #3: Diffie-Hellman Key-Agreement Standard.