public class Asn1OpenTypeField
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.Class |
actualType
actualType is the Class for the actual type.
|
java.lang.Object |
decoder
decoder is some object which may implement known interfaces for decoding
an object from an encoding (e.g.
|
java.lang.String |
nonParameterizedTypeName
nonParameterizedTypeName is the NonParameterizedTypeName for the actual
type, as specified in X.681.
|
Constructor and Description |
---|
Asn1OpenTypeField(java.lang.Class actualType,
java.lang.Object decoder,
java.lang.String nonParameterizedTypeName) |
public java.lang.Class actualType
public java.lang.Object decoder
public java.lang.String nonParameterizedTypeName