SATSA - JSR177

Uses of Package
java.security.spec

Packages that use java.security.spec
java.security Provides the classes and interfaces for the security framework. 
java.security.spec Provides classes and interfaces for key specifications and algorithm parameter specifications. 
javax.crypto Provides the classes and interfaces for cryptographic operations. 
javax.crypto.spec Provides classes and interfaces for key specifications and algorithm parameter specifications. 
 

Classes in java.security.spec used by java.security
InvalidKeySpecException
          This is the exception for invalid key specifications.
KeySpec
          A (transparent) specification of the key material that constitutes a cryptographic key.
 

Classes in java.security.spec used by java.security.spec
EncodedKeySpec
          This class represents a public key in encoded format.
KeySpec
          A (transparent) specification of the key material that constitutes a cryptographic key.
 

Classes in java.security.spec used by javax.crypto
AlgorithmParameterSpec
          A (transparent) specification of cryptographic parameters.
 

Classes in java.security.spec used by javax.crypto.spec
AlgorithmParameterSpec
          A (transparent) specification of cryptographic parameters.
KeySpec
          A (transparent) specification of the key material that constitutes a cryptographic key.
 


SATSA - JSR177

Submit a comment or suggestion Version 1.0 of SATSA Specification
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries. Copyright 1993-2004 Sun Microsystems, Inc. 901 San Antonio Road,Palo Alto, California, 94303, U.S.A. All Rights Reserved.