Package org.spongycastle.cms
Class KEKRecipientId
java.lang.Object
org.spongycastle.cms.RecipientId
org.spongycastle.cms.KEKRecipientId
- All Implemented Interfaces:
Cloneable,org.spongycastle.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.spongycastle.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