KeyPair

Class KeyPair

All Implemented Interfaces:
Serializable
public final class KeyPair
extends Object
implements Serializable

This class is a simple holder for a key pair (a public key and a private key). It does not enforce any security, and, when initialized, should be treated like a PrivateKey.

See Also:
PublicKey, PrivateKey, Serialized Form

Constructors

KeyPair

public KeyPair(PublicKey publicKey,
               P