Package 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
 
- 
- 
Field Summary
- 
Fields inherited from class org.bouncycastle.cms.RecipientId
kek, keyAgree, keyTrans, password 
 - 
 
- 
Constructor Summary
Constructors Constructor Description PasswordRecipientId()Construct a recipient ID of the password type. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Objectclone()booleanequals(java.lang.Object o)inthashCode()booleanmatch(java.lang.Object obj)- 
Methods inherited from class org.bouncycastle.cms.RecipientId
getType 
 - 
 
 - 
 
- 
- 
Method Detail
- 
hashCode
public int hashCode()
- Overrides:
 hashCodein classjava.lang.Object
 
- 
equals
public boolean equals(java.lang.Object o)
- Overrides:
 equalsin classjava.lang.Object
 
- 
clone
public java.lang.Object clone()
- Specified by:
 clonein interfaceorg.bouncycastle.util.Selector- Specified by:
 clonein classRecipientId
 
- 
match
public boolean match(java.lang.Object obj)
 
 - 
 
 -