Contents | Package | Class | Tree | Deprecated | Index | Help Java 1.2 Beta 3
PREV | NEXT SHOW LISTS | HIDE LISTS

Package java.security.spec

Interface Summary
AlgorithmParameterSpec A (transparent) specification of cryptographic parameters.
KeySpec A specification of a cryptographic key.
 

Class Summary
DSAParameterSpec This class specifies the set of parameters used with the DSA algorithm.
DSAPrivateKeySpec This class specifies a DSA private key with its associated parameters.
DSAPublicKeySpec This class specifies a DSA public key with its associated parameters.
EncodedKeySpec This class represents a public or private key in encoded format.
PKCS8EncodedKeySpec This class represents the DER encoding of a private key, according to the format specified in the PKCS #8 standard.
X509EncodedKeySpec This class represents the DER encoding of a public or private key, according to the format specified in the X.509 standard.
 

Exception Summary
InvalidKeySpecException This is the exception for invalid key specifications.
InvalidParameterSpecException This is the exception for invalid parameter specifications.
 


Contents | Package | Class | Tree | Deprecated | Index | Help Java 1.2 Beta 3
PREV | NEXT SHOW LISTS | HIDE LISTS

Submit a bug or feature
Submit comments/suggestions about new javadoc look.
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road, Palo Alto, California, 94303, U.S.A. All Rights Reserved.