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 -
Method Summary
Modifier and TypeMethodDescriptionstatic LDSVersionInfogetInstance(Object obj) org.bouncycastle.asn1.ASN1PrimitiveLDSVersionInfo ::= 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:
toASN1Primitivein interfaceorg.bouncycastle.asn1.ASN1Encodable- Specified by:
toASN1Primitivein classorg.bouncycastle.asn1.ASN1Object- Returns:
- an ASN.1 primitive composition of this LDSVersionInfo.
-