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:
java.lang.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(java.security.cert.X509Certificate certificate)
JceKeyAgreeRecipientId(javax.security.auth.x500.X500Principal issuer, java.math.BigInteger serialNumber)
-
Method Summary
-
Methods inherited from class org.bouncycastle.cms.KeyAgreeRecipientId
clone, equals, getSerialNumber, getSubjectKeyIdentifier, hashCode, match
-
Methods inherited from class org.bouncycastle.cms.RecipientId
getType
-
-