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

      • 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.