|
Bouncy Castle Cryptography Library 1.49 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.bouncycastle.cms.RecipientId
org.bouncycastle.cms.PasswordRecipientId
public class PasswordRecipientId
Field Summary |
---|
Fields inherited from class org.bouncycastle.cms.RecipientId |
---|
kek, 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 |
---|
public PasswordRecipientId()
Method Detail |
---|
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)
|
Bouncy Castle Cryptography Library 1.49 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |