Class BERConstructedOctetString

    • Field Detail

      • octs

        private java.util.Vector octs
    • Constructor Detail

      • BERConstructedOctetString

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

        public BERConstructedOctetString​(java.util.Vector octs)
      • BERConstructedOctetString

        public BERConstructedOctetString​(DERObject obj)
      • BERConstructedOctetString

        public BERConstructedOctetString​(DEREncodable obj)
    • Method Detail

      • toBytes

        private static byte[] toBytes​(java.util.Vector octs)
        convert a vector of octet strings into a single byte string
      • getObjects

        public java.util.Enumeration getObjects()
        return the DER octets that make up this string.
      • generateOcts

        private java.util.Vector generateOcts()