Class RecipientId
java.lang.Object
org.bouncycastle.cms.RecipientId
- All Implemented Interfaces:
Cloneable, org.bouncycastle.util.Selector
- Direct Known Subclasses:
KEKRecipientId, PasswordRecipientId, PKIXRecipientId
-
Field Details
-
keyTrans
public static final int keyTrans- See Also:
-
kek
public static final int kek- See Also:
-
keyAgree
public static final int keyAgree- See Also:
-
password
public static final int password- See Also:
-
kem
public static final int kem- See Also:
-
-
Constructor Details
-
RecipientId
protected RecipientId(int type)
-
-
Method Details
-
getType
public int getType()Return the type code for this recipient ID.- Returns:
- one of keyTrans, kek, keyAgree, password
-
clone
-