Bouncy Castle Cryptography Library 1.49

org.bouncycastle.openpgp.operator.jcajce
Class JcaPGPKeyPair

java.lang.Object
  extended by org.bouncycastle.openpgp.PGPKeyPair
      extended by org.bouncycastle.openpgp.operator.jcajce.JcaPGPKeyPair

public class JcaPGPKeyPair
extends PGPKeyPair


Field Summary
 
Fields inherited from class org.bouncycastle.openpgp.PGPKeyPair
priv, pub
 
Constructor Summary
JcaPGPKeyPair(int algorithm, java.security.KeyPair keyPair, java.util.Date date)
           
 
Method Summary
 
Methods inherited from class org.bouncycastle.openpgp.PGPKeyPair
getKeyID, getPrivateKey, getPublicKey
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JcaPGPKeyPair

public JcaPGPKeyPair(int algorithm,
                     java.security.KeyPair keyPair,
                     java.util.Date date)
              throws PGPException
Throws:
PGPException

Bouncy Castle Cryptography Library 1.49