| Modifier and Type | Method and Description | 
|---|---|
void | 
Asn1BitString.decode(Asn1JsonDecodeBuffer buffer)
Decode ASN.1 BIT STRING from JSON. 
 | 
void | 
Asn1Boolean.decode(Asn1JsonDecodeBuffer buffer)
Decode ASN.1 BOOLEAN from JSON. 
 | 
void | 
Asn1CharString.decode(Asn1JsonDecodeBuffer buffer)
Decode ASN.1 restricted character string from JSON. 
 | 
void | 
Asn1GeneralString.decode(Asn1JsonDecodeBuffer buffer)
Decode ASN.1 GeneralString from JSON. 
 | 
void | 
Asn1GraphicString.decode(Asn1JsonDecodeBuffer buffer)
Decode ASN.1 GraphicString from JSON. 
 | 
void | 
Asn1Integer.decode(Asn1JsonDecodeBuffer buffer)
Decode ASN.1 INTEGER from JSON. 
 | 
Asn1Type | 
Asn1JsonDecoder.decode(Asn1JsonDecodeBuffer buffer)
Decode value from given buffer. 
 | 
void | 
Asn1Null.decode(Asn1JsonDecodeBuffer buffer)
Decode ASN.1 NULL from JSON. 
 | 
void | 
Asn1ObjectIdentifier.decode(Asn1JsonDecodeBuffer buffer)
Decode ASN.1 OBJECT-IDENTIFIER from JSON. 
 | 
void | 
Asn1OctetString.decode(Asn1JsonDecodeBuffer buffer)
Decode ASN.1 octet string from JSON. 
 | 
void | 
Asn1OpenType.decode(Asn1JsonDecodeBuffer buffer)
Decode ASN.1 open type value from JSON. 
 | 
void | 
Asn1Real.decode(Asn1JsonDecodeBuffer buffer)
Decode ASN.1 REAL from JSON. 
 | 
void | 
Asn1Real10.decode(Asn1JsonDecodeBuffer buffer)
Decode ASN.1 REAL from JSON. 
 | 
void | 
Asn1T61String.decode(Asn1JsonDecodeBuffer buffer)
Decode ASN.1 T61String from JSON. 
 | 
void | 
Asn1Type.decode(Asn1JsonDecodeBuffer buffer)
Decode this type from the given buffer. 
 | 
void | 
Asn1UniversalString.decode(Asn1JsonDecodeBuffer buffer)
Decode ASN.1 restricted character string from JSON. 
 | 
void | 
Asn1VideotexString.decode(Asn1JsonDecodeBuffer buffer)
Decode ASN.1 VideotexString from JSON. 
 | 
void | 
Asn1BigInteger.decode(Asn1JsonDecodeBuffer buffer)
Decode ASN.1 INTEGER from JSON. 
 | 
void | 
Asn1StringOID.decode(Asn1JsonDecodeBuffer buffer)
Decode ASN.1 OBJECT-IDENTIFIER from JSON. 
 | 
static Asn1Type | 
Asn1Type.decode(Asn1JsonDecodeBuffer buffer,
      Asn1OpenTypeField openTypeField)
Decode an open type field value from the given buffer. 
 | 
void | 
Asn1OpenType.decode72(Asn1JsonDecodeBuffer buffer)
Decode ASN.1 open type value from JSON following rules created by
 Obj-Sys before X.697. 
 | 
void | 
Asn1OctetString.decodeAsBase64(Asn1JsonDecodeBuffer buffer)
Decode ASN.1 octet string, encoded in base64 form, from JSON. 
 | 
void | 
Asn1OctetString.decodeAsHex(Asn1JsonDecodeBuffer buffer)
Decode ASN.1 octet string, encoded in standard, hexadecimal form,
 from JSON. 
 | 
void | 
Asn1OpenExt.decodeExtension(Asn1JsonDecodeBuffer buffer,
               java.lang.String name)
Decode a single occurrence of an extension from JSON and add an
 Asn1OpenType for it to the list of extensions. 
 | 
void | 
Asn1OpenType.decodeExtension(Asn1JsonDecodeBuffer buffer,
               java.lang.String name)
Decode an extension from JSON. 
 | 
void | 
Asn1BitString.decodeString(Asn1JsonDecodeBuffer buffer,
            int numbits)
Decode ASN.1 BIT STRING from JSON. 
 | 
void | 
Asn1BitString.decodeV72(Asn1JsonDecodeBuffer buffer)
Decode ASN.1 bit string from JSON. 
 | 
void | 
Asn1GeneralString.decodeV72(Asn1JsonDecodeBuffer buffer)
Decode ASN.1 GeneralString from JSON, following custom
 ObjSys rules from asn1c v7.2. 
 | 
void | 
Asn1GraphicString.decodeV72(Asn1JsonDecodeBuffer buffer)
Decode ASN.1 GraphicString from JSON, following custom
 ObjSys rules from asn1c v7.2. 
 | 
void | 
Asn1Real.decodeV72(Asn1JsonDecodeBuffer buffer)
Decode ASN.1 REAL from JSON. 
 | 
void | 
Asn1Real10.decodeV72(Asn1JsonDecodeBuffer buffer)
Decode ASN.1 REAL from JSON. 
 | 
void | 
Asn1T61String.decodeV72(Asn1JsonDecodeBuffer buffer)
Decode ASN.1 T61String from JSON, following custom
 ObjSys rules from asn1c v7.2. 
 | 
void | 
Asn1VideotexString.decodeV72(Asn1JsonDecodeBuffer buffer)
Decode ASN.1 VideotexString from JSON, following custom
 ObjSys rules from asn1c v7.2. 
 |