Class AdditionalInformationSyntax
java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.asn1.isismtt.x509.AdditionalInformationSyntax
- All Implemented Interfaces:
org.bouncycastle.asn1.ASN1Encodable,org.bouncycastle.util.Encodable
public class AdditionalInformationSyntax
extends org.bouncycastle.asn1.ASN1Object
Some other information of non-restrictive nature regarding the usage of this
certificate.
AdditionalInformationSyntax ::= DirectoryString (SIZE(1..2048))
-
Constructor Summary
ConstructorsConstructorDescriptionAdditionalInformationSyntax(String information) Constructor from a given details. -
Method Summary
Modifier and TypeMethodDescriptionorg.bouncycastle.asn1.x500.DirectoryStringstatic AdditionalInformationSyntaxgetInstance(Object obj) org.bouncycastle.asn1.ASN1PrimitiveProduce an object suitable for an ASN1OutputStream.Methods inherited from class org.bouncycastle.asn1.ASN1Object
encodeTo, encodeTo, equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode
-
Constructor Details
-
AdditionalInformationSyntax
Constructor from a given details.- Parameters:
information- The description of the information.
-
-
Method Details
-
getInstance
-
getInformation
public org.bouncycastle.asn1.x500.DirectoryString getInformation() -
toASN1Primitive
public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()Produce an object suitable for an ASN1OutputStream.Returns:
AdditionalInformationSyntax ::= DirectoryString (SIZE(1..2048))
- Specified by:
toASN1Primitivein interfaceorg.bouncycastle.asn1.ASN1Encodable- Specified by:
toASN1Primitivein classorg.bouncycastle.asn1.ASN1Object- Returns:
- a DERObject
-