public class

PasswordRecipientId

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

Summary

[Expand]
Inherited Constants
From class org.bouncycastle.cms.RecipientId
Public Constructors
PasswordRecipientId()
Construct a recipient ID of the password type.
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 PasswordRecipientId ()

Construct a recipient ID of the password type.

Public Methods

public boolean equals (Object o)

public int hashCode ()

public boolean match (Object obj)