| Package | Description |
|---|---|
| iaik.pkcs.pkcs11.objects |
| Modifier and Type | Class and Description |
|---|---|
class |
DHPrivateKey
Objects of this class represent DH private keys as specified by PKCS#11
v2.11.
|
class |
DSAPrivateKey
Objects of this class represent DSA private keys as specified by PKCS#11
v2.11.
|
class |
ECPrivateKey
Objects of this class represent ECDSA private keys as specified by PKCS#11
v2.11.
|
class |
KEAPrivateKey
Objects of this class represent KEA private keys as specified by PKCS#11
v2.11.
|
class |
RSAPrivateKey
Objects of this class represent RSA private keys as specified by PKCS#11
v2.11.
|
class |
X942DHPrivateKey
Objects of this class represent X9.42 DH private keys as specified by PKCS#11
v2.11.
|
| Modifier and Type | Method and Description |
|---|---|
PrivateKey |
KeyPair.getPrivateKey()
Get the private key part of this key-pair.
|
| Modifier and Type | Method and Description |
|---|---|
protected static void |
PrivateKey.putAttributesInTable(PrivateKey object)
Put all attributes of the given object into the attributes table of this
object.
|
void |
KeyPair.setPrivateKey(PrivateKey privateKey)
Set the private key part of this key-pair.
|
| Constructor and Description |
|---|
KeyPair(PublicKey publicKey,
PrivateKey privateKey)
Constructor that takes a public and a private key.
|
Copyright © 2020. All rights reserved.