Bouncy Castle Cryptography Library 1.79

org.bouncycastle.cms
Class PasswordRecipientId

java.lang.Object
  |
  +--org.bouncycastle.cms.RecipientId
        |
        +--org.bouncycastle.cms.PasswordRecipientId
All Implemented Interfaces:
java.lang.Cloneable, org.bouncycastle.util.Selector

public class PasswordRecipientId
extends RecipientId


Fields inherited from class org.bouncycastle.cms.RecipientId
kek, kem, keyAgree, keyTrans, password
 
Constructor Summary
PasswordRecipientId()
          Construct a recipient ID of the password type.
 
Method Summary
 java.lang.Object clone()
           
 boolean equals(java.lang.Object o)
           
 int hashCode()
           
 boolean match(java.lang.Object obj)
           
 
Methods inherited from class org.bouncycastle.cms.RecipientId
getType
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PasswordRecipientId

public PasswordRecipientId()
Construct a recipient ID of the password type.
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

clone

public java.lang.Object clone()
Overrides:
clone in class RecipientId

match

public boolean match(java.lang.Object obj)

Bouncy Castle Cryptography Library 1.79