Package org.bouncycastle.cms
Class KEKRecipientId
- java.lang.Object
-
- org.bouncycastle.cms.RecipientId
-
- org.bouncycastle.cms.KEKRecipientId
-
- All Implemented Interfaces:
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 Object
clone()
boolean
equals(Object o)
byte[]
getKeyIdentifier()
int
hashCode()
boolean
match(Object obj)
-
Methods inherited from class org.bouncycastle.cms.RecipientId
getType
-
-
-
-
Method Detail
-
getKeyIdentifier
public byte[] getKeyIdentifier()
-
clone
public Object clone()
- Specified by:
clone
in interfaceorg.bouncycastle.util.Selector
- Specified by:
clone
in classRecipientId
-
match
public boolean match(Object obj)
-
-