public static class Cleaner.CleanPrivateKey
extends java.lang.Object
implements java.security.PrivateKey
Modifier and Type | Field and Description |
---|---|
static Cleaner.CleanPrivateKey |
INSTANCE
instance of CleanPrivateKey
|
Modifier and Type | Method and Description |
---|---|
java.lang.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.
|
java.lang.String |
getFormat()
Returns the name of the primary encoding format of this key,
or null if this key does not support encoding.
|
public static final Cleaner.CleanPrivateKey INSTANCE
public java.lang.String getAlgorithm()
getAlgorithm
in interface java.security.Key
public java.lang.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"
.getFormat
in interface java.security.Key
public byte[] getEncoded()
getEncoded
in interface java.security.Key