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(java.lang.String ldsVersion, java.lang.String unicodeVersion)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static LDSVersionInfo
getInstance(java.lang.Object obj)
java.lang.String
getLdsVersion()
java.lang.String
getUnicodeVersion()
org.bouncycastle.asn1.ASN1Primitive
toASN1Primitive()
LDSVersionInfo ::= SEQUENCE { ldsVersion PRINTABLE STRING unicodeVersion PRINTABLE STRING }
-
-
-
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 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.
-
-