| |
|
| java.lang.Object org.apache.harmony.security.x509.ExtensionValue org.apache.harmony.security.x509.CertificatePolicies
CertificatePolicies | public class CertificatePolicies extends ExtensionValue (Code) | | The class encapsulates the ASN.1 DER encoding/decoding work
with Certificate Policies structure which is a part of X.509 certificate
(as specified in RFC 3280 -
Internet X.509 Public Key Infrastructure.
Certificate and Certificate Revocation List (CRL) Profile.
http://www.ietf.org/rfc/rfc3280.txt):
certificatePolicies ::= SEQUENCE SIZE (1..MAX) OF PolicyInformation
|
Field Summary | |
final public static ASN1Type | ASN1 ASN.1 DER X.509 CertificatePolicies encoder/decoder class. |
ASN1 | final public static ASN1Type ASN1(Code) | | ASN.1 DER X.509 CertificatePolicies encoder/decoder class.
|
CertificatePolicies | public CertificatePolicies()(Code) | | Constructs an object representing the value of CertificatePolicies.
|
CertificatePolicies | public CertificatePolicies(List policyInformations)(Code) | | TODO
policyInformations: List |
dumpValue | public void dumpValue(StringBuffer buffer, String prefix)(Code) | | Places the string representation of extension value
into the StringBuffer object.
|
getEncoded | public byte[] getEncoded()(Code) | | Returns ASN.1 encoded form of this X.509 CertificatePolicies value.
a byte array containing ASN.1 encode form. |
getPolicyInformations | public List getPolicyInformations()(Code) | | Returns the values of policyInformation field of the structure.
policyInformations |
Fields inherited from org.apache.harmony.security.x509.ExtensionValue | protected byte[] encoding(Code)(Java Doc)
|
|
|
|