Modifier and Type | Method and Description |
---|---|
void |
Asn18BitCharString.decode(Asn1OerDecodeBuffer buffer)
Decode the value in accordance with OER.
|
void |
Asn1BitString.decode(Asn1OerDecodeBuffer buffer)
This method decodes an ASN.1 BIT STRING that was encoded
according to OER.
|
void |
Asn1BMPString.decode(Asn1OerDecodeBuffer buffer)
Decode the value in accordance with OER.
|
void |
Asn1Boolean.decode(Asn1OerDecodeBuffer buffer)
Decode BOOLEAN value according to OER.
|
void |
Asn1Date.decode(Asn1OerDecodeBuffer buffer)
This method decodes an ASN.1 DATE value in accordance
with the octet encoding rules (OER).
|
void |
Asn1DateTime.decode(Asn1OerDecodeBuffer buffer)
This method decodes an ASN.1 DATE-TIME value in accordance
with the octet encoding rules (OER).
|
void |
Asn1Duration.decode(Asn1OerDecodeBuffer buffer)
This method decodes an ASN.1 DURATION value in accordance
with the octet encoding rules (OER).
|
void |
Asn1Integer.decode(Asn1OerDecodeBuffer buffer)
Decode this value as if unconstrained.
|
void |
Asn1Null.decode(Asn1OerDecodeBuffer buffer)
Decode ASN.1 NULL type, using Octet Encoding Rules (OER).
|
void |
Asn1ObjectIdentifier.decode(Asn1OerDecodeBuffer buffer)
Decode an ASN.1 OBJECT IDENTIFIER that was encoded according to the
Octet Encoding Rules (OER).
|
void |
Asn1OctetString.decode(Asn1OerDecodeBuffer buffer)
This method decodes an ASN.1 octet string using the Octet Encoding
Rules (OER).
|
Asn1Type |
Asn1OerDecoder.decode(Asn1OerDecodeBuffer buffer)
Decode value from given buffer.
|
void |
Asn1OID_IRI.decode(Asn1OerDecodeBuffer buffer)
This method decodes an ASN.1 OID-IRI string value that was encoded
according to the Octet Encodnig Rules (OER).
|
void |
Asn1OpenType.decode(Asn1OerDecodeBuffer buffer)
This method decodes an ASN.1 open type value using the Octet Encoding
Rules (OER).
|
void |
Asn1Real.decode(Asn1OerDecodeBuffer buffer)
Decode a REAL value, encoded according to OER, into this object.
|
void |
Asn1Real10.decode(Asn1OerDecodeBuffer buffer)
This method decodes an ASN.1 REAL value, having base 10, that was
encoded according to OER.
|
void |
Asn1RealBase2.decode(Asn1OerDecodeBuffer buffer)
Decode a REAL value, encoded according to OER, into this object.
|
void |
Asn1RelativeOID.decode(Asn1OerDecodeBuffer buffer)
Decode an ASN.1 RELATIVE-OID that was encoded according to the
Octet Encoding Rules (OER).
|
void |
Asn1TimeOfDay.decode(Asn1OerDecodeBuffer buffer)
This method decodes an ASN.1 TIME-OF-DAY value in accordance
with the octet encoding rules (OER).
|
void |
Asn1Type.decode(Asn1OerDecodeBuffer buffer)
This method decodes an ASN.1 value into this object, following the
Octet Encoding Rules (OER).
|
void |
Asn1UniversalString.decode(Asn1OerDecodeBuffer buffer)
Decode the value in accordance with OER.
|
void |
Asn1UTF8String.decode(Asn1OerDecodeBuffer buffer)
This method decodes an ASN.1 UTF8String string value that was encoded
according to OER.
|
void |
Asn1VarWidthCharString.decode(Asn1OerDecodeBuffer buffer)
Decode the value in accordance with OER.
|
void |
Asn1BigInteger.decode(Asn1OerDecodeBuffer buffer)
Decode this value as if unconstrained.
|
void |
Asn1StringOID.decode(Asn1OerDecodeBuffer buffer)
Decode an ASN.1 OBJECT IDENTIFIER that was encoded according to the
Octet Encoding Rules (OER).
|
void |
Asn1StringRelativeOID.decode(Asn1OerDecodeBuffer buffer)
Decode an ASN.1 RELATIVE-OID that was encoded according to the
Octet Encoding Rules (OER).
|
static Asn1Type |
Asn1Type.decode(Asn1OerDecodeBuffer buffer,
Asn1OpenTypeField openTypeField)
Decode an open type field value from the given buffer.
|
void |
Asn18BitCharString.decode(Asn1OerDecodeBuffer buffer,
int length)
Decode the value in accordance with OER.
|
void |
Asn1BMPString.decode(Asn1OerDecodeBuffer buffer,
int length)
Decode the value in accordance with OER.
|
void |
Asn1UniversalString.decode(Asn1OerDecodeBuffer buffer,
int length)
Decode the value in accordance with OER.
|
protected void |
Asn1UTF8String.decode(Asn1OerDecodeBuffer buffer,
int length)
This method decodes the content of an ASN.1 UTF8String string value that
was encoded according to OER.
|
void |
Asn1CharString.decodeByteToChar(Asn1OerDecodeBuffer buffer,
int length)
This method decodes a given number of bytes and converts each byte
to a char having the same value ("same" value if you treat the bytes as
being unsigned).
|
void |
Asn1OctetString.decodeContent(Asn1OerDecodeBuffer buffer,
int numOctets)
This method decodes an ASN.1 OCTET STRING's content that was encoded
according to OER, given the total number of octets.
|
void |
Asn1BitString.decodeContent(Asn1OerDecodeBuffer buffer,
int numOctets,
int unusedBits)
This method decodes an ASN.1 BIT STRING's content that was encoded
according to OER, given the total number of octets and the number of
unused bits in the last octet.
|
static java.lang.String |
Asn1TimeUtil.decodeDate(Asn1OerDecodeBuffer source,
int flags)
Decode a date value according to OER from the given source.
|
static java.lang.String |
Asn1TimeUtil.decodeDateTime(Asn1OerDecodeBuffer source,
int flags)
Decode a date-time value from the given source.
|
void |
Asn1Real.decodeDouble(Asn1OerDecodeBuffer buffer)
Decode a REAL value, encoded according to OER in double precision
format.
|
static java.lang.String |
Asn1TimeUtil.decodeDuration(Asn1OerDecodeBuffer buffer)
Decode a duration according to OER from the given buffer.
|
Asn1OpenType |
Asn1OpenExt.decodeOpenType(Asn1OerDecodeBuffer buffer,
boolean present,
int index)
This method decodes a single open type extension item in a
SEQUENCE or SET construct using the octet encoding rules (OER).
|
void |
Asn1Integer.decodeSigned(Asn1OerDecodeBuffer buffer)
Decode a variable-size signed integer, encoded with a length, into this
object, according to OER.
|
void |
Asn1BigInteger.decodeSigned(Asn1OerDecodeBuffer buffer)
Decode a variable-size signed integer, encoded with a length, into this
object, following OER.
|
void |
Asn1Integer.decodeSigned(Asn1OerDecodeBuffer buffer,
int octets)
Decode a signed integer (2's complement) of the given length into this
object.
|
void |
Asn1BigInteger.decodeSigned(Asn1OerDecodeBuffer buffer,
int octets)
Decode a signed integer (2's complement form), of the given length,
into this object.
|
void |
Asn1Real.decodeSingle(Asn1OerDecodeBuffer buffer)
Decode a REAL value, encoded according to OER in single precision
format.
|
static java.lang.String |
Asn1TimeUtil.decodeTime(Asn1OerDecodeBuffer buffer,
int flags)
Decode a time value according to OER from the given source.
|
void |
Asn1Integer.decodeUnsigned(Asn1OerDecodeBuffer buffer)
Decode a variable-size unsigned integer, encoded with a length, into this
object, according to OER.
|
void |
Asn1BigInteger.decodeUnsigned(Asn1OerDecodeBuffer buffer)
Decode a variable-size unsigned integer, encoded with a length, into this
object, following OER.
|
void |
Asn1Integer.decodeUnsigned(Asn1OerDecodeBuffer buffer,
int octets)
Decode an unsigned integer (binary integer) of the given length into
this object.
|
void |
Asn1BigInteger.decodeUnsigned(Asn1OerDecodeBuffer buffer,
int octets)
Decode an unsigned integer (a binary integer, not 2's complement form),
of the given length, into this object.
|
static java.lang.String |
Asn1UTF8String.decodeUTF8(Asn1OerDecodeBuffer buffer)
This method decodes the content of an ASN.1 UTF8String string value that
was encoded according to OER.
|