All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class netscape.security.x509.CertificatePolicySet

netscape.security.x509.CertificatePolicySet

public class CertificatePolicySet
This class defines the certificate policy set ASN.1 object.


Constructor Index

 o CertificatePolicySet(DerInputStream)
Create the object from the DerValue.
 o CertificatePolicySet(Vector)
The default constructor for this class.

Method Index

 o encode(DerOutputStream)
Encode the policy set to the output stream.
 o toString()
Return printable form of the object.

Constructors

 o CertificatePolicySet
 public CertificatePolicySet(Vector ids)
The default constructor for this class.

Parameters:
ids - the sequence of CertificatePolicyId's.
 o CertificatePolicySet
 public CertificatePolicySet(DerInputStream in) throws IOException
Create the object from the DerValue.

Parameters:
in - the passed DerInputStream.
Throws: IOException
on decoding errors.

Methods

 o toString
 public String toString()
Return printable form of the object.

 o encode
 public void encode(DerOutputStream out) throws IOException
Encode the policy set to the output stream.

Parameters:
out - the DerOutputStream to encode the data to.

All Packages  Class Hierarchy  This Package  Previous  Next  Index