Package org.bouncycastle.asn1.icao
Class LDSVersionInfo
- java.lang.Object
-
- org.bouncycastle.asn1.ASN1Object
-
- org.bouncycastle.asn1.icao.LDSVersionInfo
-
- All Implemented Interfaces:
org.bouncycastle.asn1.ASN1Encodable
,org.bouncycastle.util.Encodable
public class LDSVersionInfo extends org.bouncycastle.asn1.ASN1Object
-
-
Constructor Summary
Constructors Constructor Description LDSVersionInfo(String ldsVersion, String unicodeVersion)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static LDSVersionInfo
getInstance(Object obj)
String
getLdsVersion()
String
getUnicodeVersion()
org.bouncycastle.asn1.ASN1Primitive
toASN1Primitive()
LDSVersionInfo ::= SEQUENCE { ldsVersion PRINTABLE STRING unicodeVersion PRINTABLE STRING }
-
-
-
Method Detail
-
getInstance
public static LDSVersionInfo getInstance(Object obj)
-
getLdsVersion
public String getLdsVersion()
-
getUnicodeVersion
public String getUnicodeVersion()
-
toASN1Primitive
public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()
LDSVersionInfo ::= SEQUENCE { ldsVersion PRINTABLE STRING unicodeVersion PRINTABLE STRING }
- Specified by:
toASN1Primitive
in interfaceorg.bouncycastle.asn1.ASN1Encodable
- Specified by:
toASN1Primitive
in classorg.bouncycastle.asn1.ASN1Object
- Returns:
- an ASN.1 primitive composition of this LDSVersionInfo.
-
-