API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.security.spec. PKCS8EncodedKeySpec View Source
Author(s)
Jan Luehe
Since
1.2
Version
1.22, 11/17/05
Serial
Hierarchy
 Object
      EncodedKeySpec
          PKCS8EncodedKeySpec
Implements
Subclasses
Description
public class PKCS8EncodedKeySpec
  This class represents the ASN.1 encoding of a private key, encoded according to the ASN.1 type PrivateKeyInfo.
Constructors
public PKCS8EncodedKeySpec (byte[] encodedKey)
  Creates a new PKCS8EncodedKeySpec with the given encoded key.
Methods
Hide/Show inherited methods
public byte getEncoded () [Overrides EncodedKeySpec]
  Returns the key bytes, encoded according to the PKCS #8 standard.
publicfinal String getFormat () [Specified in EncodedKeySpec]
  Returns the name of the encoding format associated with this key specification.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar