org.bouncycastle.asn1.isismtt.x509

Class AdditionalInformationSyntax

public class AdditionalInformationSyntax extends ASN1Encodable

Some other information of non-restrictive nature regarding the usage of this certificate.
    AdditionalInformationSyntax ::= DirectoryString (SIZE(1..2048))
 
Constructor Summary
AdditionalInformationSyntax(String information)
Constructor from a given details.
Method Summary
DirectoryStringgetInformation()
static AdditionalInformationSyntaxgetInstance(Object obj)
DERObjecttoASN1Object()
Produce an object suitable for an ASN1OutputStream.

Constructor Detail

AdditionalInformationSyntax

public AdditionalInformationSyntax(String information)
Constructor from a given details.

Parameters: information The describtion of the information.

Method Detail

getInformation

public DirectoryString getInformation()

getInstance

public static AdditionalInformationSyntax getInstance(Object obj)

toASN1Object

public DERObject toASN1Object()
Produce an object suitable for an ASN1OutputStream.

Returns:

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

Returns: a DERObject