public class Qualifier
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
Qualifier()
Create a PolicyQualifierInfo
|
Qualifier(DerValue val) |
| Modifier and Type | Method and Description |
|---|---|
void |
encode(DerOutputStream out)
Write the PolicyQualifier to the DerOutputStream.
|
public Qualifier()
public Qualifier(DerValue val) throws java.io.IOException
java.io.IOExceptionpublic void encode(DerOutputStream out) throws java.io.IOException
out - the DerOutputStream to write the object to.java.io.IOException - on errors.