Package org.bouncycastle.its
Class ETSIRecipientID
java.lang.Object
org.bouncycastle.its.ETSIRecipientID
- All Implemented Interfaces:
Cloneable
,org.bouncycastle.util.Selector<ETSIRecipientInfo>
public class ETSIRecipientID
extends Object
implements org.bouncycastle.util.Selector<ETSIRecipientInfo>
-
Constructor Summary
ConstructorDescriptionETSIRecipientID
(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
- Specified by:
match
in interfaceorg.bouncycastle.util.Selector<ETSIRecipientInfo>
-
clone
- Specified by:
clone
in interfaceorg.bouncycastle.util.Selector<ETSIRecipientInfo>
- Overrides:
clone
in classObject
-