public class LraPopWitness extends ASN1Object
id-cmc-lraPOPWitness OBJECT IDENTIFIER ::= {id-cmc 11} LraPopWitness ::= SEQUENCE { pkiDataBodyid BodyPartID, bodyIds SEQUENCE OF BodyPartID }
Constructor and Description |
---|
LraPopWitness(BodyPartID pkiDataBodyid,
ASN1Sequence bodyIds) |
Modifier and Type | Method and Description |
---|---|
BodyPartID[] |
getBodyIds() |
static LraPopWitness |
getInstance(java.lang.Object o) |
BodyPartID |
getPkiDataBodyid() |
ASN1Primitive |
toASN1Primitive()
Method providing a primitive representation of this object suitable for encoding.
|
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode, toASN1Object
public LraPopWitness(BodyPartID pkiDataBodyid, ASN1Sequence bodyIds)
public static LraPopWitness getInstance(java.lang.Object o)
public BodyPartID getPkiDataBodyid()
public BodyPartID[] getBodyIds()
public ASN1Primitive toASN1Primitive()
ASN1Object
toASN1Primitive
in interface ASN1Encodable
toASN1Primitive
in class ASN1Object