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
-
Method Summary
Modifier and TypeMethodDescriptionstatic LDSVersionInfo
getInstance
(Object obj) org.bouncycastle.asn1.ASN1Primitive
LDSVersionInfo ::= SEQUENCE { ldsVersion PRINTABLE STRING unicodeVersion PRINTABLE STRING }Methods inherited from class org.bouncycastle.asn1.ASN1Object
encodeTo, encodeTo, equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode
-
Constructor Details
-
LDSVersionInfo
-
-
Method Details
-
getInstance
-
getLdsVersion
-
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.
-