java.lang.Cloneable, org.bouncycastle.util.Selectorpublic class KEKRecipientId extends RecipientId
kek, keyAgree, keyTrans, password| Constructor | Description |
|---|---|
KEKRecipientId(byte[] keyIdentifier) |
Construct a recipient ID with the key identifier of a KEK recipient.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.Object |
clone() |
|
boolean |
equals(java.lang.Object o) |
|
byte[] |
getKeyIdentifier() |
|
int |
hashCode() |
|
boolean |
match(java.lang.Object obj) |
finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetTypepublic KEKRecipientId(byte[] keyIdentifier)
keyIdentifier - a subjectKeyIdpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic byte[] getKeyIdentifier()
public java.lang.Object clone()
clone in interface org.bouncycastle.util.Selectorclone in class RecipientIdpublic boolean match(java.lang.Object obj)