|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjp.bitmeister.asn1.type.ASN1Type
jp.bitmeister.asn1.type.StructuredType
jp.bitmeister.asn1.type.SelectiveType
jp.bitmeister.asn1.type.builtin.CHOICE
jp.bitmeister.asn1.type.useful.EMBEDDED_PDV.Identification
public static class EMBEDDED_PDV.Identification
Choice type definition for 'identification' field.
Field Summary | |
---|---|
EMBEDDED_PDV.ContextNegotiation |
context_negotiation
'context-negotiation' field. |
NULL |
fixed
'fixed' field. |
INTEGER |
presentation_context_id
'presentation-context-id' field. |
OBJECT_IDENTIFIER |
syntax
'syntax' field. |
EMBEDDED_PDV.Syntaxes |
syntaxes
'syntaxes' field. |
OBJECT_IDENTIFIER |
transfer_syntax
'transfer-syntax' field. |
Fields inherited from class jp.bitmeister.asn1.type.ASN1Type |
---|
stringBuilder |
Constructor Summary | |
---|---|
EMBEDDED_PDV.Identification()
Instantiates an empty Identification . |
|
EMBEDDED_PDV.Identification(ASN1TagClass tagClass,
int tagNumber,
ASN1Type data)
Instantiates an Identification and initialize it with
parameters. |
Method Summary |
---|
Methods inherited from class jp.bitmeister.asn1.type.builtin.CHOICE |
---|
accept |
Methods inherited from class jp.bitmeister.asn1.type.SelectiveType |
---|
alternative, clear, clearSelection, clone, get, getElement, hashCode, hasValue, matches, selectedIdentifier, selectedTag, selectedValue, set, set, valueEquals |
Methods inherited from class jp.bitmeister.asn1.type.ASN1Type |
---|
equals, instantiate, specification, toString, validate |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public EMBEDDED_PDV.Syntaxes syntaxes
public OBJECT_IDENTIFIER syntax
public INTEGER presentation_context_id
public EMBEDDED_PDV.ContextNegotiation context_negotiation
public OBJECT_IDENTIFIER transfer_syntax
public NULL fixed
Constructor Detail |
---|
public EMBEDDED_PDV.Identification()
Identification
.
public EMBEDDED_PDV.Identification(ASN1TagClass tagClass, int tagNumber, ASN1Type data)
Identification
and initialize it with
parameters.
tagClass
- The tag class used for select a field.tagNumber
- The tag number used for select a field.data
- The data to be assigned.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |