org.bouncycastle.cms
Class KEKRecipientId
java.lang.Object
|
+--org.bouncycastle.cms.RecipientId
|
+--org.bouncycastle.cms.KEKRecipientId
- public class KEKRecipientId
- extends RecipientId
Constructor Summary |
KEKRecipientId(byte[] keyIdentifier)
Construct a recipient ID with the key identifier of a KEK recipient. |
Methods inherited from class java.lang.Object |
finalize,
getClass,
notify,
notifyAll,
toString,
wait,
wait,
wait |
KEKRecipientId
public KEKRecipientId(byte[] keyIdentifier)
- Construct a recipient ID with the key identifier of a KEK recipient.
- Parameters:
keyIdentifier
- a subjectKeyId
hashCode
public int hashCode()
- Overrides:
- hashCode in class java.lang.Object
equals
public boolean equals(java.lang.Object o)
- Overrides:
- equals in class java.lang.Object
getKeyIdentifier
public byte[] getKeyIdentifier()
clone
public java.lang.Object clone()
- Overrides:
- clone in class RecipientId
match
public boolean match(java.lang.Object obj)