Ja.NET Standard Edition 5.0

Documentation API Specification

Contents

ExtensionValue Class Reference

Inherited by AlternativeName, AuthorityKeyIdentifier, BasicConstraints, CertificateIssuer, CertificatePolicies, CRLDistributionPoints, CRLNumber, ExtendedKeyUsage, InfoAccessSyntax, InhibitAnyPolicy, InvalidityDate, IssuingDistributionPoint, KeyUsage, NameConstraints, PolicyConstraints, ReasonCode, and SubjectKeyIdentifier.

List of all members.


Detailed Description

Base class for extension value structures.

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.

Constructor & Destructor Documentation

ExtensionValue (  ) 

Default constructor.

ExtensionValue ( byte[]  encoding  ) 

Creates the object on the base of its encoded form.


Member Function Documentation

byte [] getEncoded (  ) 

void dumpValue ( StringBuffer  buffer,
String  prefix 
)

void dumpValue ( StringBuffer  buffer  ) 

Places the string representation of extension value into the StringBuffer object.


Member Data Documentation

byte [] encoding [protected]

Encoded form of the extension.

Reimplemented in CRLDistributionPoints, CertificatePolicies, NameConstraints, and PolicyConstraints.