| Package | Description |
|---|---|
| iaik.pkcs.pkcs11 | |
| iaik.pkcs.pkcs11.objects | |
| iaik.pkcs.pkcs11.parameters |
| Modifier and Type | Method and Description |
|---|---|
void |
Session.digestKey(SecretKey key)
This method is similar to digestUpdate and can be combined with it during
one digesting operation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ValuedSecretKey
Objects of this class represent secret keys as specified by PKCS#11
v2.11.
|
| Modifier and Type | Method and Description |
|---|---|
protected static void |
SecretKey.putAttributesInTable(SecretKey object)
Put all attributes of the given object into the attributes table of this
object.
|
| Modifier and Type | Field and Description |
|---|---|
protected SecretKey |
SSL3KeyMaterialOutParameters.clientKey
The resulting Client Secret key.
|
protected SecretKey |
SSL3KeyMaterialOutParameters.clientMacSecret
The resulting Client MAC Secret key.
|
protected SecretKey |
SSL3KeyMaterialOutParameters.serverKey
The resulting Server Secret key.
|
protected SecretKey |
SSL3KeyMaterialOutParameters.serverMacSecret
The resulting Server MAC Secret key.
|
| Modifier and Type | Method and Description |
|---|---|
SecretKey |
SSL3KeyMaterialOutParameters.getClientMacSecret()
Get the resulting client MAC secret key.
|
SecretKey |
SSL3KeyMaterialOutParameters.getClientSecret()
Get the resulting client secret key.
|
SecretKey |
SSL3KeyMaterialOutParameters.getServerMacSecret()
Get the resulting server MAC secret key.
|
SecretKey |
SSL3KeyMaterialOutParameters.getServerSecret()
Get the resulting server secret key.
|
Copyright © 2022. All rights reserved.