Class DEROctetString

    • Constructor Detail

      • DEROctetString

        public DEROctetString​(byte[] string)
        Base constructor.
        Parameters:
        string - the octets making up the octet string.
      • DEROctetString

        public DEROctetString​(ASN1Encodable obj)
                       throws java.io.IOException
        Constructor from the encoding of an ASN.1 object.
        Parameters:
        obj - the object to be encoded.
        Throws:
        java.io.IOException