public interface Key extends Serializable
Modifier and Type | Field and Description |
---|---|
static long |
serialVersionUID
The class fingerprint that is set to indicate serialization compatibility with a previous version of the class.
|
Modifier and Type | Method and Description |
---|---|
String |
getAlgorithm()
Returns the standard algorithm name for this key.
|
byte[] |
getEncoded()
Returns the key in its primary encoding format, or null if this key does not support encoding.
|
String |
getFormat()
Returns the name of the primary encoding format of this key, or null if this key does not support encoding.
|
static final long serialVersionUID
String getAlgorithm()
@Nullable String getFormat()
"X.509"
. Similarly, the name of
the ASN.1 data format for private keys is PrivateKeyInfo, as defined by the PKCS #8 standard; in this
case, the returned format is "PKCS#8"
.@Nullable byte[] getEncoded()