Bouncy Castle Cryptography 1.28

org.bouncycastle.openpgp
Class PGPPrivateKey

java.lang.Object
  extended byorg.bouncycastle.openpgp.PGPPrivateKey

public class PGPPrivateKey
extends java.lang.Object

general class to contain a private key for use with other openPGP objects.


Method Summary
 java.security.PrivateKey getKey()
          Return the contained private key.
 long getKeyID()
          Return the keyID associated with the contained private key.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getKeyID

public long getKeyID()
Return the keyID associated with the contained private key.

Returns:
long

getKey

public java.security.PrivateKey getKey()
Return the contained private key.

Returns:
PrivateKey

Bouncy Castle Cryptography 1.28