java.lang.Cloneable
, org.bouncycastle.util.Selector
public class PasswordRecipientId extends RecipientId
kek, keyAgree, keyTrans, password
Constructor | Description |
---|---|
PasswordRecipientId() |
Construct a recipient ID of the password type.
|
Modifier and Type | Method | Description |
---|---|---|
java.lang.Object |
clone() |
|
boolean |
equals(java.lang.Object o) |
|
int |
hashCode() |
|
boolean |
match(java.lang.Object obj) |
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
getType
public PasswordRecipientId()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public java.lang.Object clone()
clone
in interface org.bouncycastle.util.Selector
clone
in class RecipientId
public boolean match(java.lang.Object obj)