Class BERConstructedOctetString

    • Constructor Detail

      • BERConstructedOctetString

        public BERConstructedOctetString​(byte[] string)
        Deprecated.
        Parameters:
        string - the octets making up the octet string.
      • BERConstructedOctetString

        public BERConstructedOctetString​(Vector octs)
        Deprecated.
      • BERConstructedOctetString

        public BERConstructedOctetString​(ASN1Primitive obj)
        Deprecated.
      • BERConstructedOctetString

        public BERConstructedOctetString​(ASN1Encodable obj)
        Deprecated.
    • Method Detail

      • getOctets

        public byte[] getOctets()
        Deprecated.
        Description copied from class: ASN1OctetString
        Return the content of the OCTET STRING as a byte array.
        Overrides:
        getOctets in class BEROctetString
        Returns:
        the byte[] representing the OCTET STRING's content.