Class DeltaCtl
java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.oer.its.etsi102941.CtlFormat
org.bouncycastle.oer.its.etsi102941.DeltaCtl
- All Implemented Interfaces:
org.bouncycastle.asn1.ASN1Encodable
,org.bouncycastle.util.Encodable
DeltaCtl::= CtlFormat (WITH COMPONENTS {...,
isFullCtl(FALSE)
})
-
Nested Class Summary
Nested classes/interfaces inherited from class org.bouncycastle.oer.its.etsi102941.CtlFormat
CtlFormat.Builder
-
Constructor Summary
ConstructorsConstructorDescriptionDeltaCtl
(Version version, Time32 nextUpdate, UINT8 ctlSequence, SequenceOfCtlCommand ctlCommands) -
Method Summary
Methods inherited from class org.bouncycastle.oer.its.etsi102941.CtlFormat
builder, getCtlCommands, getCtlSequence, getIsFullCtl, getNextUpdate, getVersion, toASN1Primitive
Methods inherited from class org.bouncycastle.asn1.ASN1Object
encodeTo, encodeTo, equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode
-
Constructor Details
-
DeltaCtl
public DeltaCtl(Version version, Time32 nextUpdate, UINT8 ctlSequence, SequenceOfCtlCommand ctlCommands)
-
-
Method Details
-
getInstance
-