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

      • SequenceOfUint8

        public SequenceOfUint8​(java.util.List<UINT8> values)
    • Method Detail

      • getInstance

        public static SequenceOfUint8 getInstance​(java.lang.Object o)
      • getUint8s

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