public class

AdditionalInformationSyntax

extends ASN1Encodable
java.lang.Object
   ↳ org.bouncycastle.asn1.ASN1Encodable
     ↳ org.bouncycastle.asn1.isismtt.x509.AdditionalInformationSyntax

Class Overview

Some other information of non-restrictive nature regarding the usage of this certificate.

    AdditionalInformationSyntax ::= DirectoryString (SIZE(1..2048))
 

Summary

[Expand]
Inherited Constants
From class org.bouncycastle.asn1.ASN1Encodable
Public Constructors
AdditionalInformationSyntax(String information)
Constructor from a given details.
Public Methods
DirectoryString getInformation()
static AdditionalInformationSyntax getInstance(Object obj)
DERObject toASN1Object()
Produce an object suitable for an ASN1OutputStream.
[Expand]
Inherited Methods
From class org.bouncycastle.asn1.ASN1Encodable
From class java.lang.Object
From interface org.bouncycastle.asn1.DEREncodable

Public Constructors

public AdditionalInformationSyntax (String information)

Constructor from a given details.

Parameters
information The describtion of the information.

Public Methods

public DirectoryString getInformation ()

public static AdditionalInformationSyntax getInstance (Object obj)

public DERObject toASN1Object ()

Produce an object suitable for an ASN1OutputStream.

Returns:

   AdditionalInformationSyntax ::= DirectoryString (SIZE(1..2048))
 

Returns
  • a DERObject