Bouncy Castle Cryptography Library 1.79

org.bouncycastle.cms.jcajce
Class JceKeyTransRecipientId

java.lang.Object
  |
  +--org.bouncycastle.cms.RecipientId
        |
        +--org.bouncycastle.cms.PKIXRecipientId
              |
              +--org.bouncycastle.cms.KeyTransRecipientId
                    |
                    +--org.bouncycastle.cms.jcajce.JceKeyTransRecipientId
All Implemented Interfaces:
java.lang.Cloneable, org.bouncycastle.util.Selector

public class JceKeyTransRecipientId
extends KeyTransRecipientId


Fields inherited from class org.bouncycastle.cms.PKIXRecipientId
baseSelector
 
Fields inherited from class org.bouncycastle.cms.RecipientId
kek, kem, keyAgree, keyTrans, password
 
Constructor Summary
JceKeyTransRecipientId(java.security.cert.X509Certificate certificate)
           
 
Methods inherited from class org.bouncycastle.cms.KeyTransRecipientId
clone, equals, match
 
Methods inherited from class org.bouncycastle.cms.PKIXRecipientId
getIssuer, getSerialNumber, getSubjectKeyIdentifier, hashCode
 
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

JceKeyTransRecipientId

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

Bouncy Castle Cryptography Library 1.79