JavaTM 2 Platform
Standard Edition

Uses of Class
java.security.spec.EncodedKeySpec

Packages that use EncodedKeySpec
java.security.spec Provides classes and interfaces for key specifications and algorithm parameter specifications. 
 

Uses of EncodedKeySpec in java.security.spec
 

Subclasses of EncodedKeySpec in java.security.spec
 class PKCS8EncodedKeySpec
          This class represents the DER encoding of a private key, according to the format specified in the PKCS #8 standard.
 class X509EncodedKeySpec
          This class represents the DER encoding of a public or private key, according to the format specified in the X.509 standard.
 


JavaTM 2 Platform
Standard Edition

Submit a bug or feature
Java, Java 2D, and JDBC are a trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1999 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.