Class LDSVersionInfo

  • All Implemented Interfaces:
    org.bouncycastle.asn1.ASN1Encodable, org.bouncycastle.util.Encodable

    public class LDSVersionInfo
    extends org.bouncycastle.asn1.ASN1Object
    • Constructor Detail

      • LDSVersionInfo

        public LDSVersionInfo​(String ldsVersion,
                              String unicodeVersion)
    • Method Detail

      • 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 interface org.bouncycastle.asn1.ASN1Encodable
        Specified by:
        toASN1Primitive in class org.bouncycastle.asn1.ASN1Object
        Returns:
        an ASN.1 primitive composition of this LDSVersionInfo.