public class PolicyQualifiers
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
PolicyQualifiers()
Create a PolicyQualifiers with the ObjectIdentifier.
|
PolicyQualifiers(DerValue val)
Create the object from its Der encoded value.
|
| Modifier and Type | Method and Description |
|---|---|
void |
add(PolicyQualifierInfo info) |
void |
encode(DerOutputStream out)
Write the PolicyQualifiers to the DerOutputStream.
|
PolicyQualifierInfo |
getInfoAt(int i) |
int |
size() |
java.lang.String |
toString()
Returns a printable representation of the CertificatePolicyId.
|
public PolicyQualifiers()
public PolicyQualifiers(DerValue val) throws java.io.IOException
val - the DER encoded value for the same.java.io.IOExceptionpublic void add(PolicyQualifierInfo info)
public int size()
public PolicyQualifierInfo getInfoAt(int i)
public java.lang.String toString()
toString in class java.lang.Objectpublic void encode(DerOutputStream out) throws java.io.IOException
out - the DerOutputStream to write the object to.java.io.IOException - on errors.