| java.lang.Object | |
| ↳ | sun.security.x509.CertificatePolicyMap |
Represent the CertificatePolicyMap ASN.1 object.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Create a CertificatePolicyMap with the passed CertificatePolicyId's.
| |||||||||||
Create the CertificatePolicyMap from the DER encoded value.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Write the CertificatePolicyMap to the DerOutputStream.
| |||||||||||
Return the issuer CA part of the policy map.
| |||||||||||
Return the subject CA part of the policy map.
| |||||||||||
Returns a printable representation of the CertificatePolicyId.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Create a CertificatePolicyMap with the passed CertificatePolicyId's.
| issuer | the CertificatePolicyId for the issuer CA. |
|---|---|
| subject | the CertificatePolicyId for the subject CA. |
Create the CertificatePolicyMap from the DER encoded value.
| val | the DER encoded value of the same. |
|---|
| IOException |
|---|
Write the CertificatePolicyMap to the DerOutputStream.
| out | the DerOutputStream to write the object to. |
|---|
| IOException | on errors. |
|---|
Returns a printable representation of the CertificatePolicyId.