|
IAIK PKCS#11 Wrapper version 1.2.16 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectiaik.pkcs.pkcs11.objects.KeyPair
This class does not correspond to any PKCS#11 object. It is only a pair of a private key and a public key.
Field Summary | |
protected PrivateKey |
privateKey_
The private key of this key-pair. |
protected PublicKey |
publicKey_
The public key of this key-pair. |
Constructor Summary | |
KeyPair(PublicKey publicKey,
PrivateKey privateKey)
Constructor that takes a public and a private key. |
Method Summary | |
Object |
clone()
Create a (deep) clone of this object. |
boolean |
equals(Object otherObject)
Compares all member variables of this object with the other object. |
PrivateKey |
getPrivateKey()
Get the private key part of this key-pair. |
PublicKey |
getPublicKey()
Get the public key part of this key-pair. |
int |
hashCode()
The overriding of this method should ensure that the objects of this class work correctly in a hashtable. |
void |
setPrivateKey(PrivateKey privateKey)
Set the private key part of this key-pair. |
void |
setPublicKey(PublicKey publicKey)
Set the public key part of this key-pair. |
String |
toString()
This method returns a string representation of the current object. |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
protected PublicKey publicKey_
protected PrivateKey privateKey_
Constructor Detail |
public KeyPair(PublicKey publicKey, PrivateKey privateKey)
publicKey
- The public key of the key-pair.privateKey
- The private key of the key-pair.Method Detail |
public Object clone()
public PublicKey getPublicKey()
public void setPublicKey(PublicKey publicKey)
publicKey
- The public key part of this key-pair.public PrivateKey getPrivateKey()
public void setPrivateKey(PrivateKey privateKey)
privateKey
- The private key part of this key-pair.public String toString()
public boolean equals(Object otherObject)
otherObject
- The other object to compare to.
public int hashCode()
|
IAIK PKCS#11 Wrapper version 1.2.16 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |