|
IAIK PKCS#11 Wrapper version 1.2.18 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PrivateKey | |
iaik.pkcs.pkcs11.objects | This package contains all classes for objects and attributes as known from PKCS#11. |
Uses of PrivateKey in iaik.pkcs.pkcs11.objects |
Subclasses of PrivateKey in iaik.pkcs.pkcs11.objects | |
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 |
ECDSAPrivateKey
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. |
Fields in iaik.pkcs.pkcs11.objects declared as PrivateKey | |
protected PrivateKey |
KeyPair.privateKey_
The private key of this key-pair. |
Methods in iaik.pkcs.pkcs11.objects that return PrivateKey | |
PrivateKey |
KeyPair.getPrivateKey()
Get the private key part of this key-pair. |
Methods in iaik.pkcs.pkcs11.objects with parameters of type PrivateKey | |
void |
KeyPair.setPrivateKey(PrivateKey privateKey)
Set the private key part of this key-pair. |
protected static void |
PrivateKey.putAttributesInTable(PrivateKey object)
Put all attributes of the given object into the attributes table of this object. |
Constructors in iaik.pkcs.pkcs11.objects with parameters of type PrivateKey | |
KeyPair(PublicKey publicKey,
PrivateKey privateKey)
Constructor that takes a public and a private key. |
|
IAIK PKCS#11 Wrapper version 1.2.18 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |