Class 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 Detail

      • SequenceOfUint16

        public SequenceOfUint16​(java.util.List<UINT16> uint16)
    • Method Detail

      • getInstance

        public static SequenceOfUint16 getInstance​(java.lang.Object o)
      • getUint16s

        public java.util.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