Class ToBeSignedRcaCtl
- java.lang.Object
-
- org.bouncycastle.asn1.ASN1Object
-
- org.bouncycastle.oer.its.etsi102941.CtlFormat
-
- org.bouncycastle.oer.its.etsi102941.ToBeSignedRcaCtl
-
- All Implemented Interfaces:
org.bouncycastle.asn1.ASN1Encodable
,org.bouncycastle.util.Encodable
public class ToBeSignedRcaCtl extends CtlFormat
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.bouncycastle.oer.its.etsi102941.CtlFormat
CtlFormat.Builder
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
ToBeSignedRcaCtl(org.bouncycastle.asn1.ASN1Sequence seq)
ToBeSignedRcaCtl(Version version, Time32 nextUpdate, org.bouncycastle.asn1.ASN1Boolean isFullCtl, UINT8 ctlSequence, SequenceOfCtlCommand ctlCommands)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ToBeSignedRcaCtl
getInstance(java.lang.Object o)
-
Methods inherited from class org.bouncycastle.oer.its.etsi102941.CtlFormat
builder, getCtlCommands, getCtlSequence, getIsFullCtl, getNextUpdate, getVersion, toASN1Primitive
-
-
-
-
Constructor Detail
-
ToBeSignedRcaCtl
public ToBeSignedRcaCtl(Version version, Time32 nextUpdate, org.bouncycastle.asn1.ASN1Boolean isFullCtl, UINT8 ctlSequence, SequenceOfCtlCommand ctlCommands)
-
ToBeSignedRcaCtl
protected ToBeSignedRcaCtl(org.bouncycastle.asn1.ASN1Sequence seq)
-
-
Method Detail
-
getInstance
public static ToBeSignedRcaCtl getInstance(java.lang.Object o)
-
-