public class SnmpOpaque extends SnmpOctetString
Modifier and Type | Field and Description |
---|---|
static byte |
ASNTYPE
The ASN.1 type for this class.
|
Constructor and Description |
---|
SnmpOpaque()
The default constructor for this class.
|
SnmpOpaque(byte[] data)
Constructs an opaque object with the passed data.
|
SnmpOpaque(SnmpOctetString second)
Constructs an object that is a duplicate of the passed object.
|
SnmpOpaque(SnmpOpaque second)
Constructs an object that is a duplicate of the passed object.
|
Modifier and Type | Method and Description |
---|---|
Object |
clone()
Returns a duplicate of the current object.
|
SnmpSyntax |
duplicate()
Returns a duplicate of the current object.
|
String |
toString()
Returns a string representation of the object.
|
byte |
typeId()
Returns the defined ASN.1 type identifier.
|
assumeString, decodeASN, encodeASN, equals, getLength, getString, hashCode, setString, setString, toDisplayString, toHexString
public static final byte ASNTYPE
public SnmpOpaque()
public SnmpOpaque(byte[] data)
data
- The opaque data.public SnmpOpaque(SnmpOpaque second)
second
- The object to be duplicated.public SnmpOpaque(SnmpOctetString second)
second
- The object to be duplicated.public byte typeId()
typeId
in interface SnmpSyntax
typeId
in class SnmpOctetString
public SnmpSyntax duplicate()
duplicate
in interface SnmpSyntax
duplicate
in class SnmpOctetString
public Object clone()
clone
in class SnmpOctetString
public String toString()
toString
in class SnmpOctetString
Copyright © 2021. All rights reserved.