Class ContributedExtensionBlock
java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.oer.its.ieee1609dot2.ContributedExtensionBlock
- All Implemented Interfaces:
org.bouncycastle.asn1.ASN1Encodable
,org.bouncycastle.util.Encodable
public class ContributedExtensionBlock
extends org.bouncycastle.asn1.ASN1Object
ContributedExtensionBlock ::= SEQUENCE {
contributorId IEEE1609DOT2-HEADERINFO-CONTRIBUTED-EXTENSION.
&id({Ieee1609Dot2HeaderInfoContributedExtensions}),
extns SEQUENCE (SIZE(1..MAX)) OF IEEE1609DOT2-HEADERINFO-CONTRIBUTED-EXTENSION.
&Extn({Ieee1609Dot2HeaderInfoContributedExtensions}{@.contributorId})
}
-
Constructor Summary
ConstructorDescriptionContributedExtensionBlock
(HeaderInfoContributorId contributorId, List<EtsiOriginatingHeaderInfoExtension> extns) -
Method Summary
Modifier and TypeMethodDescriptiongetExtns()
static ContributedExtensionBlock
getInstance
(Object src) org.bouncycastle.asn1.ASN1Primitive
Methods inherited from class org.bouncycastle.asn1.ASN1Object
encodeTo, encodeTo, equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode
-
Constructor Details
-
ContributedExtensionBlock
public ContributedExtensionBlock(HeaderInfoContributorId contributorId, List<EtsiOriginatingHeaderInfoExtension> extns)
-
-
Method Details
-
getInstance
-
toASN1Primitive
public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()- Specified by:
toASN1Primitive
in interfaceorg.bouncycastle.asn1.ASN1Encodable
- Specified by:
toASN1Primitive
in classorg.bouncycastle.asn1.ASN1Object
-
getContributorId
-
getExtns
-