API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.security.spec. X509EncodedKeySpec View Source
Author(s)
Jan Luehe
Since
1.2
Version
1.22, 11/17/05
Serial
Hierarchy
 Object
      EncodedKeySpec
          X509EncodedKeySpec
Implements
Subclasses
Description
public class X509EncodedKeySpec
  This class represents the ASN.1 encoding of a public key, encoded according to the ASN.1 type SubjectPublicKeyInfo.
Constructors
public X509EncodedKeySpec (byte[] encodedKey)
  Creates a new X509EncodedKeySpec with the given encoded key.
Methods
Hide/Show inherited methods
public byte getEncoded () [Overrides EncodedKeySpec]
  Returns the key bytes, encoded according to the X.509 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