Class BERConstructedOctetString

    • Constructor Detail

      • BERConstructedOctetString

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

        public BERConstructedOctetString​(java.util.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: BEROctetString
        Return a concatenated byte array of all the octets making up the constructed OCTET STRING
        Overrides:
        getOctets in class BEROctetString
        Returns:
        the full OCTET STRING.
      • getObjects

        public java.util.Enumeration getObjects()
        Deprecated.
        return the DER octets that make up this string.
        Overrides:
        getObjects in class BEROctetString
        Returns:
        an Enumeration of the component OCTET STRINGs.