| |
|
| java.lang.Object sun.security.x509.CertificatePolicyMap
CertificatePolicyMap | public class CertificatePolicyMap (Code) | | Represent the CertificatePolicyMap ASN.1 object.
author: Amit Kapoor author: Hemma Prafullchandra version: 1.9 |
CertificatePolicyMap | public CertificatePolicyMap(CertificatePolicyId issuer, CertificatePolicyId subject)(Code) | | Create a CertificatePolicyMap with the passed CertificatePolicyId's.
Parameters: issuer - the CertificatePolicyId for the issuer CA. Parameters: subject - the CertificatePolicyId for the subject CA. |
CertificatePolicyMap | public CertificatePolicyMap(DerValue val) throws IOException(Code) | | Create the CertificatePolicyMap from the DER encoded value.
Parameters: val - the DER encoded value of the same. |
encode | public void encode(DerOutputStream out) throws IOException(Code) | | Write the CertificatePolicyMap to the DerOutputStream.
Parameters: out - the DerOutputStream to write the object to. exception: IOException - on errors. |
toString | public String toString()(Code) | | Returns a printable representation of the CertificatePolicyId.
|
|
|
|