Class KeyPair

Class java.security.KeyPair

Class Members | This Package | All Packages
java.lang.Object
   |
   +----java.security.KeyPair

public final class KeyPair
extends Object

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