Class KEKRecipientId
java.lang.Object
org.bouncycastle.cms.RecipientId
org.bouncycastle.cms.KEKRecipientId
- All Implemented Interfaces:
Cloneable, org.bouncycastle.util.Selector
-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionKEKRecipientId(byte[] keyIdentifier) Construct a recipient ID with the key identifier of a KEK recipient. -
Method Summary
Methods inherited from class RecipientId
getType
-
Constructor Details
-
KEKRecipientId
public KEKRecipientId(byte[] keyIdentifier) Construct a recipient ID with the key identifier of a KEK recipient.- Parameters:
keyIdentifier- a subjectKeyId
-
-
Method Details
-
hashCode
-
equals
-
getKeyIdentifier
public byte[] getKeyIdentifier() -
clone
- Specified by:
clonein interfaceorg.bouncycastle.util.Selector- Specified by:
clonein classRecipientId
-
match
-