Class SequenceOfCtlCommand
- java.lang.Object
-
- org.bouncycastle.asn1.ASN1Object
-
- org.bouncycastle.oer.its.etsi102941.SequenceOfCtlCommand
-
- All Implemented Interfaces:
org.bouncycastle.asn1.ASN1Encodable
,org.bouncycastle.util.Encodable
public class SequenceOfCtlCommand extends org.bouncycastle.asn1.ASN1Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SequenceOfCtlCommand.Builder
-
Constructor Summary
Constructors Constructor Description SequenceOfCtlCommand(java.util.List<CtlCommand> hashedId8s)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SequenceOfCtlCommand.Builder
builder()
java.util.List<CtlCommand>
getCtlCommands()
static SequenceOfCtlCommand
getInstance(java.lang.Object o)
org.bouncycastle.asn1.ASN1Primitive
toASN1Primitive()
-
-
-
Constructor Detail
-
SequenceOfCtlCommand
public SequenceOfCtlCommand(java.util.List<CtlCommand> hashedId8s)
-
-
Method Detail
-
builder
public static SequenceOfCtlCommand.Builder builder()
-
getInstance
public static SequenceOfCtlCommand getInstance(java.lang.Object o)
-
getCtlCommands
public java.util.List<CtlCommand> getCtlCommands()
-
toASN1Primitive
public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()
- Specified by:
toASN1Primitive
in interfaceorg.bouncycastle.asn1.ASN1Encodable
- Specified by:
toASN1Primitive
in classorg.bouncycastle.asn1.ASN1Object
-
-