org.openmuc.openiec61850.internal.mms.asn1
public final class ObjectName extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
ObjectName.SubSeq_domain_specific |
Modifier and Type | Field and Description |
---|---|
org.openmuc.jasn1.ber.types.string.BerVisibleString |
aa_specific |
byte[] |
code |
ObjectName.SubSeq_domain_specific |
domain_specific |
org.openmuc.jasn1.ber.types.string.BerVisibleString |
vmd_specific |
Constructor and Description |
---|
ObjectName() |
ObjectName(org.openmuc.jasn1.ber.types.string.BerVisibleString vmd_specific,
ObjectName.SubSeq_domain_specific domain_specific,
org.openmuc.jasn1.ber.types.string.BerVisibleString aa_specific) |
ObjectName(byte[] code) |
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 org.openmuc.jasn1.ber.types.string.BerVisibleString vmd_specific
public ObjectName.SubSeq_domain_specific domain_specific
public org.openmuc.jasn1.ber.types.string.BerVisibleString aa_specific
public ObjectName()
public ObjectName(byte[] code)
public ObjectName(org.openmuc.jasn1.ber.types.string.BerVisibleString vmd_specific, ObjectName.SubSeq_domain_specific domain_specific, org.openmuc.jasn1.ber.types.string.BerVisibleString aa_specific)
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