| java.lang.Object org.apache.harmony.security.x509.ExtensionValue
All known Subclasses: org.apache.harmony.security.x509.CertificateIssuer, org.apache.harmony.security.x509.ReasonCode, org.apache.harmony.security.x509.SubjectKeyIdentifier, org.apache.harmony.security.x509.AuthorityKeyIdentifier, org.apache.harmony.security.x509.InvalidityDate, org.apache.harmony.security.x509.ExtendedKeyUsage, org.apache.harmony.security.x509.CRLDistributionPoints, org.apache.harmony.security.x509.CRLNumber, org.apache.harmony.security.x509.InfoAccessSyntax, org.apache.harmony.security.x509.PolicyConstraints, org.apache.harmony.security.x509.KeyUsage, org.apache.harmony.security.x509.CertificatePolicies, org.apache.harmony.security.x509.BasicConstraints, org.apache.harmony.security.x509.InhibitAnyPolicy, org.apache.harmony.security.x509.AlternativeName, org.apache.harmony.security.x509.IssuingDistributionPoint, org.apache.harmony.security.x509.NameConstraints,
ExtensionValue | public class ExtensionValue (Code) | | Base class for extension value structures.
|
Field Summary | |
protected byte[] | encoding Encoded form of the extension. |
Constructor Summary | |
public | ExtensionValue() Default constructor. | public | ExtensionValue(byte[] encoding) Creates the object on the base of its encoded form. |
Method Summary | |
public void | dumpValue(StringBuffer buffer, String prefix) Places the string representation of extension value
into the StringBuffer object. | public void | dumpValue(StringBuffer buffer) Places the string representation of extension value
into the StringBuffer object. | public byte[] | getEncoded() Returns encoded form of the object. |
encoding | protected byte[] encoding(Code) | | Encoded form of the extension.
|
ExtensionValue | public ExtensionValue()(Code) | | Default constructor.
|
ExtensionValue | public ExtensionValue(byte[] encoding)(Code) | | Creates the object on the base of its encoded form.
|
dumpValue | public void dumpValue(StringBuffer buffer, String prefix)(Code) | | Places the string representation of extension value
into the StringBuffer object.
|
dumpValue | public void dumpValue(StringBuffer buffer)(Code) | | Places the string representation of extension value
into the StringBuffer object.
|
getEncoded | public byte[] getEncoded()(Code) | | Returns encoded form of the object.
|
|
|