Bouncy Castle Cryptography Library 1.81

org.bouncycastle.cms.jcajce
Class JceKeyAgreeRecipientId

java.lang.Object
  extended byorg.bouncycastle.cms.RecipientId
      extended byorg.bouncycastle.cms.PKIXRecipientId
          extended byorg.bouncycastle.cms.KeyAgreeRecipientId
              extended byorg.bouncycastle.cms.jcajce.JceKeyAgreeRecipientId
All Implemented Interfaces:
java.lang.Cloneable, org.bouncycastle.util.Selector

public class JceKeyAgreeRecipientId
extends KeyAgreeRecipientId


Field Summary
 
Fields inherited from class org.bouncycastle.cms.PKIXRecipientId
baseSelector
 
Fields inherited from class org.bouncycastle.cms.RecipientId
kek, kem, keyAgree, keyTrans, password
 
Constructor Summary
JceKeyAgreeRecipientId(javax.security.auth.x500.X500Principal issuer, java.math.BigInteger serialNumber)
           
JceKeyAgreeRecipientId(java.security.cert.X509Certificate certificate)
           
 
Methods inherited from class org.bouncycastle.cms.KeyAgreeRecipientId
clone, equals, getIssuer, getSerialNumber, getSubjectKeyIdentifier, hashCode, match
 
Methods inherited from class org.bouncycastle.cms.RecipientId
getType
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JceKeyAgreeRecipientId

public JceKeyAgreeRecipientId(java.security.cert.X509Certificate certificate)

JceKeyAgreeRecipientId

public JceKeyAgreeRecipientId(javax.security.auth.x500.X500Principal issuer,
                              java.math.BigInteger serialNumber)

Bouncy Castle Cryptography Library 1.81