public class

KEKRecipientId

extends RecipientId
java.lang.Object
   ↳ java.security.cert.X509CertSelector
     ↳ org.bouncycastle.cms.RecipientId
       ↳ org.bouncycastle.cms.KEKRecipientId

Summary

[Expand]
Inherited Constants
From class org.bouncycastle.cms.RecipientId
Public Constructors
KEKRecipientId(byte[] keyIdentifier)
Construct a recipient ID with the key identifier of a KEK recipient.
Public Methods
boolean equals(Object o)
int hashCode()
boolean match(Object obj)
[Expand]
Inherited Methods
From class org.bouncycastle.cms.RecipientId
From class java.security.cert.X509CertSelector
From class java.lang.Object
From interface java.security.cert.CertSelector
From interface org.bouncycastle.util.Selector

Public Constructors

public KEKRecipientId (byte[] keyIdentifier)

Construct a recipient ID with the key identifier of a KEK recipient.

Parameters
keyIdentifier a subjectKeyId

Public Methods

public boolean equals (Object o)

public int hashCode ()

public boolean match (Object obj)