Class AdditionalInformationSyntax
java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.asn1.isismtt.x509.AdditionalInformationSyntax
- All Implemented Interfaces:
ASN1Encodable
,Encodable
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 TypeMethodDescriptionstatic AdditionalInformationSyntax
getInstance
(Object obj) Produce an object suitable for an ASN1OutputStream.Methods inherited from class org.bouncycastle.asn1.ASN1Object
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode
-
Constructor Details
-
AdditionalInformationSyntax
Constructor from a given details.- Parameters:
information
- The description of the information.
-
-
Method Details
-
getInstance
-
getInformation
-
toASN1Primitive
Produce an object suitable for an ASN1OutputStream.Returns:
AdditionalInformationSyntax ::= DirectoryString (SIZE(1..2048))
- Specified by:
toASN1Primitive
in interfaceASN1Encodable
- Specified by:
toASN1Primitive
in classASN1Object
- Returns:
- a DERObject
-