Keypublic interface Key implements Serializable{@code Key} is the common interface for all keys. |
Fields Summary |
---|
public static final long | serialVersionUIDThe {@code serialVersionUID} to be compatible with JDK1.1. |
Methods Summary |
---|
public java.lang.String | getAlgorithm()Returns the name of the algorithm of this key. If the algorithm is
unknown, {@code null} is returned.
| public byte[] | getEncoded()Returns the encoded form of this key, or {@code null} if encoding is not
supported by this key.
| public java.lang.String | getFormat()Returns the name of the format used to encode this key, or {@code null}
if it can not be encoded.
|
|