Class SnmpOpaque

    • Field Detail

      • ASNTYPE

        public static final byte ASNTYPE
        The ASN.1 type for this class.
        See Also:
        Constant Field Values
    • Constructor Detail

      • SnmpOpaque

        public SnmpOpaque()
        The default constructor for this class.
      • SnmpOpaque

        public SnmpOpaque​(byte[] data)
        Constructs an opaque object with the passed data.
        Parameters:
        data - The opaque data.
      • SnmpOpaque

        public SnmpOpaque​(SnmpOpaque second)
        Constructs an object that is a duplicate of the passed object.
        Parameters:
        second - The object to be duplicated.
      • SnmpOpaque

        public SnmpOpaque​(SnmpOctetString second)
        Constructs an object that is a duplicate of the passed object.
        Parameters:
        second - The object to be duplicated.