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).
|
Modifier and Type | Method and Description |
---|---|
static int |
BER.decodeHeader(BERInputStream is,
BER.MutableByte type)
Decodes an ASN.1 header for an object with the ID and
length specified.
|
static int |
BER.decodeHeader(BERInputStream is,
BER.MutableByte type,
boolean checkLength)
Decodes an ASN.1 header for an object with the ID and
length specified.
|
static int |
BER.decodeInteger(BERInputStream is,
BER.MutableByte type) |
static void |
BER.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 long |
BER.decodeUnsignedInt64(BERInputStream is,
BER.MutableByte type) |
static long |
BER.decodeUnsignedInteger(BERInputStream is,
BER.MutableByte type) |
Copyright © 2014 SNMP4J.org. All rights reserved.