Package org.bouncycastle.cms.jcajce
Class JceKeyAgreeRecipientId
- java.lang.Object
-
- org.bouncycastle.cms.RecipientId
-
- org.bouncycastle.cms.KeyAgreeRecipientId
-
- org.bouncycastle.cms.jcajce.JceKeyAgreeRecipientId
-
- All Implemented Interfaces:
Cloneable
,org.bouncycastle.util.Selector
public class JceKeyAgreeRecipientId extends KeyAgreeRecipientId
-
-
Field Summary
-
Fields inherited from class org.bouncycastle.cms.RecipientId
kek, keyAgree, keyTrans, password
-
-
Constructor Summary
Constructors Constructor Description JceKeyAgreeRecipientId(X509Certificate certificate)
JceKeyAgreeRecipientId(X500Principal issuer, BigInteger serialNumber)
-
Method Summary
-
Methods inherited from class org.bouncycastle.cms.KeyAgreeRecipientId
clone, equals, getIssuer, getSerialNumber, getSubjectKeyIdentifier, hashCode, match
-
Methods inherited from class org.bouncycastle.cms.RecipientId
getType
-
-
-
-
Constructor Detail
-
JceKeyAgreeRecipientId
public JceKeyAgreeRecipientId(X509Certificate certificate)
-
JceKeyAgreeRecipientId
public JceKeyAgreeRecipientId(X500Principal issuer, BigInteger serialNumber)
-
-