public class AdditionalInformationSyntax
extends org.bouncycastle.asn1.ASN1Object
AdditionalInformationSyntax ::= DirectoryString (SIZE(1..2048))
Constructor and Description |
---|
AdditionalInformationSyntax(java.lang.String information)
Constructor from a given details.
|
Modifier and Type | Method and Description |
---|---|
org.bouncycastle.asn1.x500.DirectoryString |
getInformation() |
static AdditionalInformationSyntax |
getInstance(java.lang.Object obj) |
org.bouncycastle.asn1.ASN1Primitive |
toASN1Primitive()
Produce an object suitable for an ASN1OutputStream.
|
public AdditionalInformationSyntax(java.lang.String information)
information
- The description of the information.public static AdditionalInformationSyntax getInstance(java.lang.Object obj)
public org.bouncycastle.asn1.x500.DirectoryString getInformation()
public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()
Returns:
AdditionalInformationSyntax ::= DirectoryString (SIZE(1..2048))
toASN1Primitive
in interface org.bouncycastle.asn1.ASN1Encodable
toASN1Primitive
in class org.bouncycastle.asn1.ASN1Object