|
IAIK PKCS#11 Wrapper version 1.2.16 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PublicKey | |
iaik.pkcs.pkcs11.objects |
Uses of PublicKey in iaik.pkcs.pkcs11.objects |
Subclasses of PublicKey in iaik.pkcs.pkcs11.objects | |
class |
DHPublicKey
Objects of this class represent DH public keys as specified by PKCS#11 v2.11. |
class |
DSAPublicKey
Objects of this class represent DSA public keys as specified by PKCS#11 v2.11. |
class |
ECDSAPublicKey
Objects of this class represent ECDSA public keys as specified by PKCS#11 v2.11. |
class |
KEAPublicKey
Objects of this class represent KEA public keys as specified by PKCS#11 v2.11. |
class |
RSAPublicKey
Objects of this class represent RSA public keys as specified by PKCS#11 v2.11. |
class |
X942DHPublicKey
Objects of this class represent X9.42 DH public keys as specified by PKCS#11 v2.11. |
Fields in iaik.pkcs.pkcs11.objects declared as PublicKey | |
protected PublicKey |
KeyPair.publicKey_
The public key of this key-pair. |
Methods in iaik.pkcs.pkcs11.objects that return PublicKey | |
PublicKey |
KeyPair.getPublicKey()
Get the public key part of this key-pair. |
Methods in iaik.pkcs.pkcs11.objects with parameters of type PublicKey | |
protected static void |
PublicKey.putAttributesInTable(PublicKey object)
Put all attributes of the given object into the attributes table of this object. |
void |
KeyPair.setPublicKey(PublicKey publicKey)
Set the public key part of this key-pair. |
Constructors in iaik.pkcs.pkcs11.objects with parameters of type PublicKey | |
KeyPair(PublicKey publicKey,
PrivateKey privateKey)
Constructor that takes a public and a private key. |
|
IAIK PKCS#11 Wrapper version 1.2.16 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |