Package net.heberling.ismart.asn1.v2_1
Class DataEncodingType
- java.lang.Object
-
- net.heberling.ismart.asn1.v2_1.DataEncodingType
-
- All Implemented Interfaces:
org.bn.coders.IASN1PreparedElement
public class DataEncodingType extends Object implements org.bn.coders.IASN1PreparedElement
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDataEncodingType.EnumType
-
Constructor Summary
Constructors Constructor Description DataEncodingType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegergetIntegerForm()org.bn.coders.IASN1PreparedElementDatagetPreparedData()DataEncodingType.EnumTypegetValue()voidinitWithDefaults()voidsetIntegerForm(Integer value)voidsetValue(DataEncodingType.EnumType value)
-
-
-
Method Detail
-
getValue
public DataEncodingType.EnumType getValue()
-
setValue
public void setValue(DataEncodingType.EnumType value)
-
getIntegerForm
public Integer getIntegerForm()
-
setIntegerForm
public void setIntegerForm(Integer value)
-
initWithDefaults
public void initWithDefaults()
- Specified by:
initWithDefaultsin interfaceorg.bn.coders.IASN1PreparedElement
-
getPreparedData
public org.bn.coders.IASN1PreparedElementData getPreparedData()
- Specified by:
getPreparedDatain interfaceorg.bn.coders.IASN1PreparedElement
-
-