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
public class DeltaCtl extends CtlFormat
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
Constructors Constructor Description DeltaCtl(Version version, Time32 nextUpdate, UINT8 ctlSequence, SequenceOfCtlCommand ctlCommands)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static DeltaCtl
getInstance(java.lang.Object o)
-
Methods inherited from class org.bouncycastle.oer.its.etsi102941.CtlFormat
builder, getCtlCommands, getCtlSequence, getIsFullCtl, getNextUpdate, getVersion, toASN1Primitive
-
-
-
-
Constructor Detail
-
DeltaCtl
public DeltaCtl(Version version, Time32 nextUpdate, UINT8 ctlSequence, SequenceOfCtlCommand ctlCommands)
-
-
Method Detail
-
getInstance
public static DeltaCtl getInstance(java.lang.Object o)
-
-