org.openmuc.openiec61850.internal.mms.asn1
public final class TypeSpecification extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
TypeSpecification.SubSeq_array |
static class |
TypeSpecification.SubSeq_floating_point |
static class |
TypeSpecification.SubSeq_structure |
Modifier and Type | Field and Description |
---|---|
TypeSpecification.SubSeq_array |
array |
org.openmuc.jasn1.ber.types.BerBoolean |
binary_time |
org.openmuc.jasn1.ber.types.BerInteger |
bit_string |
org.openmuc.jasn1.ber.types.BerNull |
boolean_ |
byte[] |
code |
TypeSpecification.SubSeq_floating_point |
floating_point |
org.openmuc.jasn1.ber.types.BerInteger |
integer |
org.openmuc.jasn1.ber.types.BerInteger |
mms_string |
org.openmuc.jasn1.ber.types.BerInteger |
octet_string |
TypeSpecification.SubSeq_structure |
structure |
org.openmuc.jasn1.ber.types.BerInteger |
unsigned |
org.openmuc.jasn1.ber.types.BerNull |
utc_time |
org.openmuc.jasn1.ber.types.BerInteger |
visible_string |
Constructor and Description |
---|
TypeSpecification() |
TypeSpecification(byte[] code) |
TypeSpecification(TypeSpecification.SubSeq_array array,
TypeSpecification.SubSeq_structure structure,
org.openmuc.jasn1.ber.types.BerNull boolean_,
org.openmuc.jasn1.ber.types.BerInteger bit_string,
org.openmuc.jasn1.ber.types.BerInteger integer,
org.openmuc.jasn1.ber.types.BerInteger unsigned,
TypeSpecification.SubSeq_floating_point floating_point,
org.openmuc.jasn1.ber.types.BerInteger octet_string,
org.openmuc.jasn1.ber.types.BerInteger visible_string,
org.openmuc.jasn1.ber.types.BerBoolean binary_time,
org.openmuc.jasn1.ber.types.BerInteger mms_string,
org.openmuc.jasn1.ber.types.BerNull utc_time) |
Modifier and Type | Method and Description |
---|---|
int |
decode(java.io.InputStream iStream,
org.openmuc.jasn1.ber.BerIdentifier berIdentifier) |
int |
encode(org.openmuc.jasn1.ber.BerByteArrayOutputStream berOStream,
boolean explicit) |
void |
encodeAndSave(int encodingSizeGuess) |
public byte[] code
public TypeSpecification.SubSeq_array array
public TypeSpecification.SubSeq_structure structure
public org.openmuc.jasn1.ber.types.BerNull boolean_
public org.openmuc.jasn1.ber.types.BerInteger bit_string
public org.openmuc.jasn1.ber.types.BerInteger integer
public org.openmuc.jasn1.ber.types.BerInteger unsigned
public TypeSpecification.SubSeq_floating_point floating_point
public org.openmuc.jasn1.ber.types.BerInteger octet_string
public org.openmuc.jasn1.ber.types.BerInteger visible_string
public org.openmuc.jasn1.ber.types.BerBoolean binary_time
public org.openmuc.jasn1.ber.types.BerInteger mms_string
public org.openmuc.jasn1.ber.types.BerNull utc_time
public TypeSpecification()
public TypeSpecification(byte[] code)
public TypeSpecification(TypeSpecification.SubSeq_array array, TypeSpecification.SubSeq_structure structure, org.openmuc.jasn1.ber.types.BerNull boolean_, org.openmuc.jasn1.ber.types.BerInteger bit_string, org.openmuc.jasn1.ber.types.BerInteger integer, org.openmuc.jasn1.ber.types.BerInteger unsigned, TypeSpecification.SubSeq_floating_point floating_point, org.openmuc.jasn1.ber.types.BerInteger octet_string, org.openmuc.jasn1.ber.types.BerInteger visible_string, org.openmuc.jasn1.ber.types.BerBoolean binary_time, org.openmuc.jasn1.ber.types.BerInteger mms_string, org.openmuc.jasn1.ber.types.BerNull utc_time)
public int encode(org.openmuc.jasn1.ber.BerByteArrayOutputStream berOStream, boolean explicit) throws java.io.IOException
java.io.IOException
public int decode(java.io.InputStream iStream, org.openmuc.jasn1.ber.BerIdentifier berIdentifier) throws java.io.IOException
java.io.IOException
public void encodeAndSave(int encodingSizeGuess) throws java.io.IOException
java.io.IOException