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
-
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 org.bouncycastle.cms.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