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.
-
CertificatePolicySet(DerInputStream)
- Create the object from the DerValue.
-
CertificatePolicySet(Vector)
- The default constructor for this class.
-
encode(DerOutputStream)
- Encode the policy set to the output stream.
-
toString()
- Return printable form of the object.
CertificatePolicySet
public CertificatePolicySet(Vector ids)
- The default constructor for this class.
- Parameters:
- ids - the sequence of CertificatePolicyId's.
CertificatePolicySet
public CertificatePolicySet(DerInputStream in) throws IOException
- Create the object from the DerValue.
- Parameters:
- in - the passed DerInputStream.
- Throws: IOException
- on decoding errors.
toString
public String toString()
- Return printable form of the object.
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