API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.security. Key View Source
Author(s)
Benjamin Renaud
Since
Version
1.57 06/04/21
Serial
Hierarchy
 Serializable
      Key
Subinterfaces
Description
public interface Key
  The Key interface is the top-level interface for all keys.
Methods
Hide/Show inherited methods
public String getAlgorithm ()
  Returns the standard algorithm name for this key.
public byte getEncoded ()
  Returns the key in its primary encoding format, or null if this key does not support encoding.
public String getFormat ()
  Returns the name of the primary encoding format of this key, or null if this key does not support encoding.
Fields
Hide/Show inherited fields
publicfinalstatic long serialVersionUID = "6603384152749567654"
The class fingerprint that is set to indicate serialization compatibility with a previous version of the class.
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar