public class CertificatePolicySet
extends java.lang.Object
| Constructor and Description |
|---|
CertificatePolicySet(DerInputStream in)
Create the object from the DerValue.
|
CertificatePolicySet(java.util.Vector<CertificatePolicyId> ids)
The default constructor for this class.
|
| Modifier and Type | Method and Description |
|---|---|
void |
encode(DerOutputStream out)
Encode the policy set to the output stream.
|
java.lang.String |
toString()
Return printable form of the object.
|
public CertificatePolicySet(java.util.Vector<CertificatePolicyId> ids)
ids - the sequence of CertificatePolicyId's.public CertificatePolicySet(DerInputStream in) throws java.io.IOException
in - the passed DerInputStream.java.io.IOException - on decoding errors.public java.lang.String toString()
toString in class java.lang.Objectpublic void encode(DerOutputStream out) throws java.io.IOException
out - the DerOutputStream to encode the data to.java.io.IOException