java.lang.Cloneable, org.bouncycastle.util.SelectorKEKRecipientId, KeyAgreeRecipientId, KeyTransRecipientId, PasswordRecipientIdpublic 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