java.lang.Cloneable
, org.bouncycastle.util.Selector
KEKRecipientId
, KeyAgreeRecipientId
, KeyTransRecipientId
, PasswordRecipientId
public abstract class RecipientId
extends java.lang.Object
implements org.bouncycastle.util.Selector
Modifier and Type | Field | Description |
---|---|---|
static int |
kek |
|
static int |
keyAgree |
|
static int |
keyTrans |
|
static int |
password |
Modifier | Constructor | Description |
---|---|---|
protected |
RecipientId(int type) |
Modifier and Type | Method | Description |
---|---|---|
abstract java.lang.Object |
clone() |
|
int |
getType() |
Return the type code for this recipient ID.
|
public static final int keyTrans
public static final int kek
public static final int keyAgree
public static final int password