Class EtsiTs102941CtlRequest
java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.oer.its.etsi103097.extension.EtsiTs102941CtlRequest
- All Implemented Interfaces:
org.bouncycastle.asn1.ASN1Encodable
,org.bouncycastle.util.Encodable
- Direct Known Subclasses:
EtsiTs102941DeltaCtlRequest
public class EtsiTs102941CtlRequest
extends org.bouncycastle.asn1.ASN1Object
EtsiTs102941CtlRequest::= SEQUENCE {
issuerId HashedId8,
lastKnownCtlSequence INTEGER (0..255) OPTIONAL
}
-
Nested Class Summary
-
Constructor Summary
ModifierConstructorDescriptionprotected
EtsiTs102941CtlRequest
(org.bouncycastle.asn1.ASN1Sequence sequence) EtsiTs102941CtlRequest
(HashedId8 issuerId, org.bouncycastle.asn1.ASN1Integer lastKnownCtlSequence) -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
static EtsiTs102941CtlRequest
org.bouncycastle.asn1.ASN1Integer
org.bouncycastle.asn1.ASN1Primitive
Methods inherited from class org.bouncycastle.asn1.ASN1Object
encodeTo, encodeTo, equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode
-
Constructor Details
-
EtsiTs102941CtlRequest
protected EtsiTs102941CtlRequest(org.bouncycastle.asn1.ASN1Sequence sequence) -
EtsiTs102941CtlRequest
public EtsiTs102941CtlRequest(HashedId8 issuerId, org.bouncycastle.asn1.ASN1Integer lastKnownCtlSequence)
-
-
Method Details
-
getInstance
-
getIssuerId
-
getLastKnownCtlSequence
public org.bouncycastle.asn1.ASN1Integer getLastKnownCtlSequence() -
toASN1Primitive
public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()- Specified by:
toASN1Primitive
in interfaceorg.bouncycastle.asn1.ASN1Encodable
- Specified by:
toASN1Primitive
in classorg.bouncycastle.asn1.ASN1Object
-
builder
-