org.bouncycastle.asn1.isismtt.x509

Class AdditionalInformationSyntax

Implemented Interfaces:
DEREncodable

public class AdditionalInformationSyntax
extends ASN1Encodable

Some other information of non-restrictive nature regarding the usage of this certificate.
    AdditionalInformationSyntax ::= DirectoryString (SIZE(1..2048))
 

Field Summary

Fields inherited from class org.bouncycastle.asn1.ASN1Encodable

BER, DER

Constructor Summary

AdditionalInformationSyntax(String information)
Constructor from a given details.

Method Summary

DirectoryString
getInformation()
static AdditionalInformationSyntax
getInstance(Object obj)
DERObject
toASN1Object()
Produce an object suitable for an ASN1OutputStream.

Methods inherited from class org.bouncycastle.asn1.ASN1Encodable

equals, getDEREncoded, getDERObject, getEncoded, getEncoded, hashCode, toASN1Object

Constructor Details

AdditionalInformationSyntax

public AdditionalInformationSyntax(String information)
Constructor from a given details.
Parameters:
information - The describtion of the information.

Method Details

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))
 
Overrides:
toASN1Object in interface ASN1Encodable
Returns:
a DERObject