jp.bitmeister.asn1.type.useful
Class EMBEDDED_PDV.ContextNegotiation
java.lang.Object
jp.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.ContextNegotiation
- All Implemented Interfaces:
- java.lang.Cloneable
- Enclosing class:
- EMBEDDED_PDV
public static class EMBEDDED_PDV.ContextNegotiation
- extends SEQUENCE
Sequence type definition for 'context-negotiation' field.
- Author:
- WATANABE, Jun.
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 java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
presentation_context_id
public INTEGER presentation_context_id
- 'presentation-context-id' field.
transfer_syntax
public OBJECT_IDENTIFIER transfer_syntax
- 'transfer-syntax' field.
EMBEDDED_PDV.ContextNegotiation
public EMBEDDED_PDV.ContextNegotiation()
- Instantiate an empty
ContextNegotiation
.
EMBEDDED_PDV.ContextNegotiation
public EMBEDDED_PDV.ContextNegotiation(INTEGER presentation_context_id,
OBJECT_IDENTIFIER transfer_syntax)
- Instantiate a
ContextNegotiation
and initialize it with
parameters.
- Parameters:
presentation_context_id
- 'presentation-context-id' field.transfer_syntax
- 'transfer-syntax' field.