Class CertificatePolicySet
java.lang.Object
org.mozilla.jss.netscape.security.x509.CertificatePolicySet
This class defines the certificate policy set ASN.1 object.
- Version:
- 1.4
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionThe default constructor for this class.Create the object from the DerValue. -
Method Summary
Modifier and TypeMethodDescriptionvoid
encode
(DerOutputStream out) Encode the policy set to the output stream.toString()
Return printable form of the object.
-
Field Details
-
ids
-
-
Constructor Details
-
CertificatePolicySet
The default constructor for this class.- Parameters:
ids
- the sequence of CertificatePolicyId's.
-
CertificatePolicySet
Create the object from the DerValue.- Parameters:
in
- the passed DerInputStream.- Throws:
IOException
- on decoding errors.
-
-
Method Details
-
toString
Return printable form of the object. -
encode
Encode the policy set to the output stream.- Parameters:
out
- the DerOutputStream to encode the data to.- Throws:
IOException
-