Class AdditionalInformationSyntax

java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.asn1.isismtt.x509.AdditionalInformationSyntax
All Implemented Interfaces:
ASN1Encodable, Encodable

public class AdditionalInformationSyntax extends ASN1Object
Some other information of non-restrictive nature regarding the usage of this certificate.
    AdditionalInformationSyntax ::= DirectoryString (SIZE(1..2048))
 
  • Constructor Details

    • AdditionalInformationSyntax

      public AdditionalInformationSyntax(String information)
      Constructor from a given details.
      Parameters:
      information - The description of the information.
  • Method Details