public class KeyPair
extends java.lang.Object
implements java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
protected PrivateKey |
privateKey_
The private key of this key-pair.
|
protected PublicKey |
publicKey_
The public key of this key-pair.
|
Constructor and Description |
---|
KeyPair(PublicKey publicKey,
PrivateKey privateKey)
Constructor that takes a public and a private key.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone()
Create a (deep) clone of this object.
|
boolean |
equals(java.lang.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.
|
java.lang.String |
toString()
This method returns a string representation of the current object.
|
protected PublicKey publicKey_
protected PrivateKey privateKey_
public KeyPair(PublicKey publicKey, PrivateKey privateKey)
publicKey
- The public key of the key-pair.privateKey
- The private key of the key-pair.public java.lang.Object clone()
clone
in class java.lang.Object
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 java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object otherObject)
equals
in class java.lang.Object
otherObject
- The other object to compare to.public int hashCode()
hashCode
in class java.lang.Object
IAIK JavaSecurity Website http://jce.iaik.tugraz.at/
IAIK at Graz University of Technology, Austria, Europe
Copyright 2001-2023 IAIK, Graz University of Technology, Inffeldgasse 16a, 8010 Graz, Austria. All Rights Reserved. version 1.6.9