Class EtsiTs102941DeltaCtlRequest
java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.oer.its.etsi103097.extension.EtsiTs102941CtlRequest
org.bouncycastle.oer.its.etsi103097.extension.EtsiTs102941DeltaCtlRequest
- All Implemented Interfaces:
org.bouncycastle.asn1.ASN1Encodable
,org.bouncycastle.util.Encodable
EtsiTs102941DeltaCtlRequest::= EtsiTs102941CtlRequest
and
EtsiTs102941CtlRequest::= SEQUENCE {
issuerId HashedId8,
lastKnownCtlSequence INTEGER (0..255) OPTIONAL
}
-
Nested Class Summary
Nested classes/interfaces inherited from class org.bouncycastle.oer.its.etsi103097.extension.EtsiTs102941CtlRequest
EtsiTs102941CtlRequest.Builder
-
Constructor Summary
ConstructorDescriptionEtsiTs102941DeltaCtlRequest
(HashedId8 issuerId, org.bouncycastle.asn1.ASN1Integer lastKnownCtlSequence) -
Method Summary
Methods inherited from class org.bouncycastle.oer.its.etsi103097.extension.EtsiTs102941CtlRequest
builder, getIssuerId, getLastKnownCtlSequence, toASN1Primitive
Methods inherited from class org.bouncycastle.asn1.ASN1Object
encodeTo, encodeTo, equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode
-
Constructor Details
-
EtsiTs102941DeltaCtlRequest
-
EtsiTs102941DeltaCtlRequest
public EtsiTs102941DeltaCtlRequest(HashedId8 issuerId, org.bouncycastle.asn1.ASN1Integer lastKnownCtlSequence)
-
-
Method Details
-
getInstance
-