Package org.bouncycastle.its
Class ETSIRecipientID
java.lang.Object
org.bouncycastle.its.ETSIRecipientID
- All Implemented Interfaces:
Cloneable,Selector<ETSIRecipientInfo>
-
Constructor Summary
ConstructorsConstructorDescriptionETSIRecipientID(byte[] id) ETSIRecipientID(org.bouncycastle.oer.its.ieee1609dot2.basetypes.HashedId8 id) -
Method Summary
-
Constructor Details
-
ETSIRecipientID
public ETSIRecipientID(byte[] id) -
ETSIRecipientID
public ETSIRecipientID(org.bouncycastle.oer.its.ieee1609dot2.basetypes.HashedId8 id)
-
-
Method Details
-
equals
-
hashCode
public int hashCode() -
match
Description copied from interface:SelectorMatch the passed in object, returning true if it would be selected by this selector, false otherwise.- Specified by:
matchin interfaceSelector<ETSIRecipientInfo>- Parameters:
obj- the object to be matched.- Returns:
- true if the object is a match for this selector, false otherwise.
-
clone
- Specified by:
clonein interfaceSelector<ETSIRecipientInfo>- Overrides:
clonein classObject
-