API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.security.spec. EncodedKeySpec View Source
Author(s)
Jan Luehe
Since
1.2
Version
1.23, 11/17/05
Serial
Hierarchy
 Object
      EncodedKeySpec
Implements
 KeySpec
Subclasses
Description
publicabstract abstract class EncodedKeySpec
  This class represents a public or private key in encoded format.
Constructors
public EncodedKeySpec (byte[] encodedKey)
  Creates a new EncodedKeySpec with the given encoded key.
Methods
Hide/Show inherited methods
public byte getEncoded ()
  Returns the encoded key.
publicabstract String getFormat ()
  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