Package org.bouncycastle.cms
Class PasswordRecipientId
java.lang.Object
org.bouncycastle.cms.RecipientId
org.bouncycastle.cms.PasswordRecipientId
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.bouncycastle.cms.RecipientId
getType
-
Constructor Details
-
PasswordRecipientId
public PasswordRecipientId()Construct a recipient ID of the password type.
-
-
Method Details
-
hashCode
public int hashCode() -
equals
-
clone
- Specified by:
clonein interfaceSelector- Specified by:
clonein classRecipientId
-
match
Description copied from interface:SelectorMatch the passed in object, returning true if it would be selected by this selector, false otherwise.- Parameters:
obj- the object to be matched.- Returns:
- true if the object is a match for this selector, false otherwise.
-