Package org.bouncycastle.cms
Class KEKRecipientId
- java.lang.Object
-
- org.bouncycastle.cms.RecipientId
-
- org.bouncycastle.cms.KEKRecipientId
-
- All Implemented Interfaces:
java.lang.Cloneable,org.bouncycastle.util.Selector
public class KEKRecipientId extends RecipientId
-
-
Field Summary
-
Fields inherited from class org.bouncycastle.cms.RecipientId
kek, keyAgree, keyTrans, password
-
-
Constructor Summary
Constructors Constructor Description KEKRecipientId(byte[] keyIdentifier)Construct a recipient ID with the key identifier of a KEK recipient.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Objectclone()booleanequals(java.lang.Object o)byte[]getKeyIdentifier()inthashCode()booleanmatch(java.lang.Object obj)-
Methods inherited from class org.bouncycastle.cms.RecipientId
getType
-
-
-
-
Method Detail
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
getKeyIdentifier
public byte[] getKeyIdentifier()
-
clone
public java.lang.Object clone()
- Specified by:
clonein interfaceorg.bouncycastle.util.Selector- Specified by:
clonein classRecipientId
-
match
public boolean match(java.lang.Object obj)
-
-