|
||||||||||
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.ConstructiveType
jp.bitmeister.asn1.type.builtin.SEQUENCE
jp.bitmeister.asn1.type.useful.EMBEDDED_PDV
public class EMBEDDED_PDV
Represents ASN.1 'EMBEDDED PDV' type.
An instance of this class represents an 'EmbeddedPDV' type data and the class
is a sub-class of SEQUENCE
. 'EmbeddedPDV' type is defined with
following ASN.1 definition :
EmbeddedPDV ::= [UNIVERSAL 11] IMPLICIT SEQUENCE { identification CHOICE { syntaxes SEQUENCE { abstract OBJECT IDENTIFIER, transfer OBJECT IDENTIFIER }, syntax OBJECT IDENTIFIER, presentation-context-id INTEGER, context-negotiation SEQUENCE { presentation-context-id INTEGER, transfer-syntax OBJECT IDENTIFIER }, transfer-syntax OBJECT IDENTIFIER, fixed NULL }, data-value-descriptor ObjectDescriptor OPTIONAL, data-value OCTET STRING } ( WITH COMPONENTS { ... , data-value-descriptor ABSENT } )
Nested Class Summary | |
---|---|
static class |
EMBEDDED_PDV.ContextNegotiation
Sequence type definition for 'context-negotiation' field. |
static class |
EMBEDDED_PDV.Identification
Choice type definition for 'identification' field. |
static class |
EMBEDDED_PDV.Syntaxes
Sequence type definition for 'syntaxes' field. |
Field Summary | |
---|---|
OCTET_STRING |
data_value
'data-value' field. |
EMBEDDED_PDV.Identification |
identification
'identification' field. |
Fields inherited from class jp.bitmeister.asn1.type.ASN1Type |
---|
stringBuilder |
Constructor Summary | |
---|---|
EMBEDDED_PDV()
Instantiates an empty EMBEDDED_PDV . |
|
EMBEDDED_PDV(EMBEDDED_PDV.Identification identification,
OCTET_STRING data_value)
Instantiates an EMBEDDED_PDV and initialize it with prameters. |
Method Summary |
---|
Methods inherited from class jp.bitmeister.asn1.type.builtin.SEQUENCE |
---|
accept |
Methods inherited from class jp.bitmeister.asn1.type.ConstructiveType |
---|
clear, clone, get, getComponent, getElementTypeList, hashCode, hasValue, set, set, validate, valueEquals |
Methods inherited from class jp.bitmeister.asn1.type.ASN1Type |
---|
equals, instantiate, matches, specification, toString |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public EMBEDDED_PDV.Identification identification
public OCTET_STRING data_value
Constructor Detail |
---|
public EMBEDDED_PDV()
EMBEDDED_PDV
.
public EMBEDDED_PDV(EMBEDDED_PDV.Identification identification, OCTET_STRING data_value)
EMBEDDED_PDV
and initialize it with prameters.
identification
- 'identification' field.data_value
- 'data-value' field.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |