org.bouncycastle.asn1.isismtt.x509
Class AdditionalInformationSyntax
- DEREncodable
public class AdditionalInformationSyntax
Some other information of non-restrictive nature regarding the usage of this
certificate.
AdditionalInformationSyntax ::= DirectoryString (SIZE(1..2048))
AdditionalInformationSyntax
public AdditionalInformationSyntax(String information)
Constructor from a given details.
information
- The describtion of the information.
toASN1Object
public DERObject toASN1Object()
Produce an object suitable for an ASN1OutputStream.
Returns:
AdditionalInformationSyntax ::= DirectoryString (SIZE(1..2048))
- toASN1Object in interface ASN1Encodable