| Package | Description |
|---|---|
| iaik.pkcs.pkcs11.objects |
| Modifier and Type | Field and Description |
|---|---|
protected AttributeArray |
SecretKey.unwrapTemplate
Template of the key, that can be unwrapped.
|
protected AttributeArray |
PrivateKey.unwrapTemplate
Template of the key, that can be unwrapped.
|
protected AttributeArray |
SecretKey.wrapTemplate
Template of the key, that can be wrapped.
|
protected AttributeArray |
PublicKey.wrapTemplate
Template of the key, that can be wrapped.
|
| Modifier and Type | Method and Description |
|---|---|
AttributeArray |
SecretKey.getUnwrapTemplate()
Gets the unwrap template attribute of this key.
|
AttributeArray |
PrivateKey.getUnwrapTemplate()
Gets the unwrap template attribute of this key.
|
AttributeArray |
SecretKey.getWrapTemplate()
Gets the wrap template attribute of this key.
|
AttributeArray |
PublicKey.getWrapTemplate()
Gets the wrap template attribute of this key.
|
Copyright © 2022. All rights reserved.