Class SequenceOfUint16

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

public class SequenceOfUint16 extends org.bouncycastle.asn1.ASN1Object
SequenceOfUint16 ::= SEQUENCE OF Uint16
  • Constructor Details

    • SequenceOfUint16

      public SequenceOfUint16(List<UINT16> uint16)
  • Method Details

    • builder

      public static SequenceOfUint16.Builder builder()
    • getInstance

      public static SequenceOfUint16 getInstance(Object o)
    • getUint16s

      public List<UINT16> getUint16s()
    • 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