|
All Packages Class Hierarchy This Package Previous Next Index Class java.security.KeyPairjava.lang.Object | +----java.security.KeyPair
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.
KeyPairpublic KeyPair(PublicKey publicKey, PrivateKey privateKey)
getPublicpublic PublicKey getPublic()
public PrivateKey getPrivate()
All Packages Class Hierarchy This Package Previous Next Index Submit a bug or feature |
|||||||||||||||||
With any suggestions or questions please feel free to contact us |