![]() |
|
Contents |
Public Member Functions | |
| ExtensionValue () | |
| Default constructor. | |
| ExtensionValue (byte[] encoding) | |
| Creates the object on the base of its encoded form. | |
| byte[] | getEncoded () |
| Returns encoded form of the object. | |
| void | dumpValue (StringBuffer buffer, String prefix) |
| Places the string representation of extension value into the StringBuffer object. | |
| void | dumpValue (StringBuffer buffer) |
| Places the string representation of extension value into the StringBuffer object. | |
Protected Attributes | |
| byte[] | encoding |
| Encoded form of the extension. | |
| ExtensionValue | ( | ) |
Default constructor.
| ExtensionValue | ( | byte[] | encoding | ) |
Creates the object on the base of its encoded form.
| byte [] getEncoded | ( | ) |
Returns encoded form of the object.
Reimplemented in AlternativeName, AuthorityKeyIdentifier, BasicConstraints, CRLDistributionPoints, CRLNumber, CertificatePolicies, ExtendedKeyUsage, InfoAccessSyntax, InhibitAnyPolicy, InvalidityDate, IssuingDistributionPoint, KeyUsage, NameConstraints, PolicyConstraints, ReasonCode, and SubjectKeyIdentifier.
| void dumpValue | ( | StringBuffer | buffer, | |
| String | prefix | |||
| ) |
Places the string representation of extension value into the StringBuffer object.
Reimplemented in AlternativeName, AuthorityKeyIdentifier, BasicConstraints, CRLDistributionPoints, CRLNumber, CertificateIssuer, CertificatePolicies, ExtendedKeyUsage, InfoAccessSyntax, InhibitAnyPolicy, InvalidityDate, IssuingDistributionPoint, KeyUsage, NameConstraints, PolicyConstraints, ReasonCode, and SubjectKeyIdentifier.
| void dumpValue | ( | StringBuffer | buffer | ) |
Places the string representation of extension value into the StringBuffer object.
byte [] encoding [protected] |
Encoded form of the extension.
Reimplemented in CRLDistributionPoints, CertificatePolicies, NameConstraints, and PolicyConstraints.