public interface SpecKey
extends java.security.Key, javax.security.auth.Destroyable
Modifier and Type | Method and Description |
---|---|
void |
clear()
Очистка контекста ключа.
|
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.
|
int |
getKeySize()
Returns the key size in bits.
|
KeyInterface |
getSpec()
get KeySpec.
|
KeyInterface getSpec()
java.lang.String getAlgorithm()
getAlgorithm
in interface java.security.Key
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
byte[] getEncoded()
getEncoded
in interface java.security.Key
int getKeySize()
void clear()