Uses of Class
org.snmp4j.asn1.BER.MutableByte
-
Packages that use BER.MutableByte Package Description org.snmp4j.asn1 Provides classes and interfaces for the mapping between Abstract Syntax Notation One (ASN.1) formatted values and their transfer syntax according to the Basic Encoding Rules (BER). -
-
Uses of BER.MutableByte in org.snmp4j.asn1
Methods in org.snmp4j.asn1 with parameters of type BER.MutableByte Modifier and Type Method Description static java.math.BigIntegerBER. decodeBigInteger(BERInputStream is, BER.MutableByte type)static intBER. decodeHeader(BERInputStream is, BER.MutableByte type)Decodes an ASN.1 header for an object with the ID and length specified.static intBER. decodeHeader(BERInputStream is, BER.MutableByte type, boolean checkLength)Decodes an ASN.1 header for an object with the ID and length specified.static intBER. decodeInteger(BERInputStream is, BER.MutableByte type)static voidBER. decodeNull(BERInputStream is, BER.MutableByte type)static int[]BER. decodeOID(BERInputStream is, BER.MutableByte type)static byte[]BER. decodeString(BERInputStream is, BER.MutableByte type)static longBER. decodeUnsignedInt64(BERInputStream is, BER.MutableByte type)static longBER. decodeUnsignedInteger(BERInputStream is, BER.MutableByte type)
-