|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.objsys.asn1j.runtime.Asn1Type
com.objsys.asn1j.runtime.Asn1CHARACTER_STRING_identification_syntaxes
public class Asn1CHARACTER_STRING_identification_syntaxes
| Field Summary | |
|---|---|
Asn1ObjectIdentifier |
abstract_
|
static Asn1Tag |
TAG
|
Asn1ObjectIdentifier |
transfer
|
| Fields inherited from class com.objsys.asn1j.runtime.Asn1Type |
|---|
BIT_STRING, BMPString, BOOLEAN, ENUMERATED, EOC, EXTERNAL, GeneralString, GeneralTime, GraphicString, IA5String, INTEGER, NULL, NumericString, OBJECT_IDENTIFIER, ObjectDescriptor, OCTET_STRING, OpenType, PrintableString, REAL, RelativeOID, SEQUENCE, SET, T61String, TeletexString, UniversalString, UTCTime, UTF8String, VideotexString, VisibleString |
| Constructor Summary | |
|---|---|
Asn1CHARACTER_STRING_identification_syntaxes()
|
|
Asn1CHARACTER_STRING_identification_syntaxes(Asn1ObjectIdentifier abstract__,
Asn1ObjectIdentifier transfer_)
This constructor sets all elements to references to the given objects |
|
Asn1CHARACTER_STRING_identification_syntaxes(int[] abstract__,
int[] transfer_)
This constructor allows primitive data to be passed for all primitive elements. |
|
| Method Summary | |
|---|---|
void |
decode(Asn1BerDecodeBuffer buffer,
boolean explicit,
int implicitLength)
This method is used to decode a message that is encoded in BER or DER format. |
void |
decode(Asn1PerDecodeBuffer buffer)
This method is the base implementation of the standard Packed Encoding Rules (PER) decode method. |
int |
encode(Asn1BerEncodeBuffer buffer,
boolean explicit)
This method is used to encode this data type in BER or DER format. |
void |
encode(Asn1BerOutputStream out,
boolean explicit)
This method writes to the stream an encoded ASN.1 type value including the UNIVERSAL tag value and length if explicit tagging is specified. |
void |
encode(Asn1PerEncodeBuffer buffer)
This method is the base implementation of the standard Packed Encoding Rules (PER) encode method. |
void |
init()
|
void |
print(java.io.PrintStream _out,
java.lang.String _varName,
int _level)
This method will format and output a primitive value to the given print stream. |
| Methods inherited from class com.objsys.asn1j.runtime.Asn1Type |
|---|
clone, decode, decode, decode, decodeXML, encode, encode, encode, encode, encode, encode, encodeAttribute, getLength, getTypeName, indent, isOpenType, matchTag, matchTag, pdiag, setKey, setOpenType |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final Asn1Tag TAG
public Asn1ObjectIdentifier abstract_
public Asn1ObjectIdentifier transfer
| Constructor Detail |
|---|
public Asn1CHARACTER_STRING_identification_syntaxes()
public Asn1CHARACTER_STRING_identification_syntaxes(Asn1ObjectIdentifier abstract__,
Asn1ObjectIdentifier transfer_)
public Asn1CHARACTER_STRING_identification_syntaxes(int[] abstract__,
int[] transfer_)
| Method Detail |
|---|
public void init()
public void decode(Asn1BerDecodeBuffer buffer,
boolean explicit,
int implicitLength)
throws Asn1Exception,
java.io.IOException
Asn1Type
decode in interface Asn1TypeIFdecode in class Asn1Typebuffer - Decode message buffer objectexplicit - Flag indicating explicit tag should be parsed
from the encoded type.implicitLength - Length of the contents field (only required
if explicit is false).
Asn1Exception
java.io.IOException
public int encode(Asn1BerEncodeBuffer buffer,
boolean explicit)
throws Asn1Exception
Asn1Type
encode in interface Asn1TypeIFencode in class Asn1Typebuffer - Encode message buffer objectexplicit - Flag indicating explicit tag should be added
to the encoded type.
Asn1Exception
public void encode(Asn1BerOutputStream out,
boolean explicit)
throws Asn1Exception,
java.io.IOException
Asn1Type
encode in interface Asn1TypeIFencode in class Asn1Typeout - BER Output Stream objectexplicit - Flag indicating explicit tagging should be done
Asn1Exception - Thrown, if operation is failed.
java.io.IOException - Any exception thrown by the underlying OutputStream.
public void decode(Asn1PerDecodeBuffer buffer)
throws Asn1Exception,
java.io.IOException
Asn1Type
decode in interface Asn1TypeIFdecode in class Asn1Typebuffer - PER Encode message buffer object
Asn1Exception
java.io.IOException
public void encode(Asn1PerEncodeBuffer buffer)
throws Asn1Exception,
java.io.IOException
Asn1Type
encode in interface Asn1TypeIFencode in class Asn1Typebuffer - PER Encode message buffer object
Asn1Exception
java.io.IOException
public void print(java.io.PrintStream _out,
java.lang.String _varName,
int _level)
Asn1Type
print in interface Asn1TypeIFprint in class Asn1Type_out - Print output stream_varName - Name of variable_level - Indentation level
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||