public class KEKRecipientId extends RecipientId
kek, keyAgree, keyTrans, password
Constructor and Description |
---|
KEKRecipientId(byte[] keyIdentifier)
Construct a recipient ID with the key identifier of a KEK recipient.
|
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
boolean |
equals(Object o) |
byte[] |
getKeyIdentifier() |
int |
hashCode() |
boolean |
match(Object obj) |
getType
public KEKRecipientId(byte[] keyIdentifier)
keyIdentifier
- a subjectKeyIdpublic byte[] getKeyIdentifier()
public Object clone()
clone
in interface org.bouncycastle.util.Selector
clone
in class RecipientId
public boolean match(Object obj)
Copyright © 2016 BouncyCastle.org. All rights reserved.