java.security.spec.KeySpecpublic class PublicKeyBlobSpec
extends java.security.spec.X509EncodedKeySpec
| Constructor | Description |
|---|---|
PublicKeyBlobSpec(byte[] encodedKey) |
Creates a new
PublicKeyBlobSpec with the
specified encoded key bytes. |
PublicKeyBlobSpec(byte[] encodedKey,
boolean strictExport) |
Creates a new
PublicKeyBlobSpec with the
specified encoded key bytes. |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
isStrictExport() |
JCP-1759
Проверка флага необходимости экспорта открытого ключа
с помощью CryptExportKey, а не взятия из кеша.
|
public PublicKeyBlobSpec(byte[] encodedKey)
PublicKeyBlobSpec with the
specified encoded key bytes.encodedKey - the encoded key bytes.public PublicKeyBlobSpec(byte[] encodedKey,
boolean strictExport)
PublicKeyBlobSpec with the
specified encoded key bytes.encodedKey - the encoded key bytes.