Module java.base
Package java.security

Class KeyPair

java.lang.Object
java.security.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.
Since:
1.1
See Also: