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.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
-
-
-
-
Method Detail
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
clone
public java.lang.Object clone()
- Specified by:
clone
in interfaceorg.bouncycastle.util.Selector
- Specified by:
clone
in classRecipientId
-
match
public boolean match(java.lang.Object obj)
-
-