KeyPair¶
- public class KeyPair¶
Fields¶
priKey¶
- public final PrivateKey priKey¶
pubKey¶
Methods¶
getPrivateKey¶
- public PrivateKey getPrivateKey()¶
Gets the
PrivateKey
object.- Returns:
the private key.
Gets the PrivateKey
object.
the private key.