|
XCMS Toolkit | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectschemajic.model.ASN1Value
schemajic.model.ASN1OpenType
schemajic.model.XEROpenType
public class XEROpenType
Extends class ASN1OpenType to provide support
for values of ASN.1 types encoded using the
XML Encoding Rules (XER) of ASN.1.
| Constructor Summary | |
|---|---|
XEROpenType()
Constructor for XEROpenType. |
|
XEROpenType(ASN1Value decoded)
Constructor for XEROpenType with ASN.1 value parameter. |
|
XEROpenType(java.lang.String encoding)
Sets the current XER encoding of an ASN.1 "open type".. |
|
| Method Summary | |
|---|---|
boolean |
compareEncodingTo(ASN1ObjectIdentifier oid)
Compare the encoding of this open type value to the encoding of the specified oid. |
byte[] |
getEncodedValue()
Gets the XER encoded value of an "open type". |
java.lang.String |
getEncodingAsString()
Gets the XER encoding of a value of an ASN.1 type as a string. |
byte[] |
getRawBinaryValue()
Defines how a method would get the 'value' of a TLV encoding of an ASN.1 type as an unstructured (opaque) binary value. |
void |
setEncodedValue(byte[] encoding)
Sets the XER encoded value of an "open type". |
| Methods inherited from class schemajic.model.ASN1OpenType |
|---|
accept, getAsn1Type, getDecodedValue, isDecoded, setDecodedValue |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XEROpenType()
XEROpenType.
public XEROpenType(ASN1Value decoded)
XEROpenType with ASN.1 value parameter.
decoded - a decoded value of an ASN.1 typepublic XEROpenType(java.lang.String encoding)
| Method Detail |
|---|
public byte[] getEncodedValue()
getEncodedValue in class ASN1OpenTypepublic void setEncodedValue(byte[] encoding)
setEncodedValue in class ASN1OpenTypeencoding - a byte array containing the encoding of
a value of an ASN.1 type.public java.lang.String getEncodingAsString()
getEncodingAsString in class ASN1OpenType
public boolean compareEncodingTo(ASN1ObjectIdentifier oid)
throws java.io.IOException
OBJECT IDENTIFIERs, throw
an illegal argument exception.
compareEncodingTo in class ASN1OpenTypeoid - an ASN.1 information object identifier value
boolean true or false
java.io.IOException
public byte[] getRawBinaryValue()
throws DecodingException,
java.io.IOException
ASN1OpenType
getRawBinaryValue in class ASN1OpenTypeDecodingException
java.io.IOException
|
XCMS Toolkit | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||