Package org.bouncycastle.cms
Class RecipientId
- java.lang.Object
-
- org.bouncycastle.cms.RecipientId
-
- All Implemented Interfaces:
java.lang.Cloneable
,org.bouncycastle.util.Selector
- Direct Known Subclasses:
KEKRecipientId
,KeyAgreeRecipientId
,KeyTransRecipientId
,PasswordRecipientId
public abstract class RecipientId extends java.lang.Object implements org.bouncycastle.util.Selector
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
RecipientId(int type)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract java.lang.Object
clone()
int
getType()
Return the type code for this recipient ID.
-
-
-
Field Detail
-
keyTrans
public static final int keyTrans
- See Also:
- Constant Field Values
-
kek
public static final int kek
- See Also:
- Constant Field Values
-
keyAgree
public static final int keyAgree
- See Also:
- Constant Field Values
-
password
public static final int password
- See Also:
- Constant Field Values
-
-