Package java.security
Class KeyPair
- java.lang.Object
-
- java.security.KeyPair
-
- All Implemented Interfaces:
Serializable
public final class KeyPair extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description KeyPair(PublicKey var0, PrivateKey var1)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PrivateKey
getPrivate()
PublicKey
getPublic()
-
-
-
Constructor Detail
-
KeyPair
public KeyPair(PublicKey var0, PrivateKey var1)
-
-
Method Detail
-
getPrivate
public PrivateKey getPrivate()
-
getPublic
public PublicKey getPublic()
-
-