Package org.bouncycastle.asn1.icao
Class LDSVersionInfo
- java.lang.Object
-
- org.bouncycastle.asn1.ASN1Object
-
- org.bouncycastle.asn1.icao.LDSVersionInfo
-
- All Implemented Interfaces:
ASN1Encodable,Encodable
public class LDSVersionInfo extends ASN1Object
-
-
Constructor Summary
Constructors Constructor Description LDSVersionInfo(java.lang.String ldsVersion, java.lang.String unicodeVersion)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static LDSVersionInfogetInstance(java.lang.Object obj)java.lang.StringgetLdsVersion()java.lang.StringgetUnicodeVersion()ASN1PrimitivetoASN1Primitive()LDSVersionInfo ::= SEQUENCE { ldsVersion PRINTABLE STRING unicodeVersion PRINTABLE STRING }-
Methods inherited from class org.bouncycastle.asn1.ASN1Object
encodeTo, encodeTo, equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode
-
-
-
-
Method Detail
-
getInstance
public static LDSVersionInfo getInstance(java.lang.Object obj)
-
getLdsVersion
public java.lang.String getLdsVersion()
-
getUnicodeVersion
public java.lang.String getUnicodeVersion()
-
toASN1Primitive
public ASN1Primitive toASN1Primitive()
LDSVersionInfo ::= SEQUENCE { ldsVersion PRINTABLE STRING unicodeVersion PRINTABLE STRING }- Specified by:
toASN1Primitivein interfaceASN1Encodable- Specified by:
toASN1Primitivein classASN1Object- Returns:
- an ASN.1 primitive composition of this LDSVersionInfo.
-
-