Class SequenceOfUint8

java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.oer.its.ieee1609dot2.basetypes.SequenceOfUint8
All Implemented Interfaces:
org.bouncycastle.asn1.ASN1Encodable, org.bouncycastle.util.Encodable

public class SequenceOfUint8 extends org.bouncycastle.asn1.ASN1Object
SequenceOfUint8 ::= SEQUENCE OF Uint8
  • Constructor Details

    • SequenceOfUint8

      public SequenceOfUint8(List<UINT8> values)
  • Method Details

    • builder

      public static SequenceOfUint8.Builder builder()
    • getInstance

      public static SequenceOfUint8 getInstance(Object o)
    • getUint8s

      public List<UINT8> getUint8s()
    • toASN1Primitive

      public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()
      Specified by:
      toASN1Primitive in interface org.bouncycastle.asn1.ASN1Encodable
      Specified by:
      toASN1Primitive in class org.bouncycastle.asn1.ASN1Object