Class PolicyQualifiers
java.lang.Object
org.mozilla.jss.netscape.security.x509.PolicyQualifiers
- All Implemented Interfaces:
Serializable
Represent the PolicyQualifiers.
policyQualifiers ::= SEQUENCE SIZE (1..MAX) OF PolicyQualifierInfo
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCreate a PolicyQualifiers with the ObjectIdentifier.PolicyQualifiers
(DerValue val) Create the object from its Der encoded value. -
Method Summary
Modifier and TypeMethodDescriptionvoid
add
(PolicyQualifierInfo info) void
encode
(DerOutputStream out) Write the PolicyQualifiers to the DerOutputStream.getInfoAt
(int i) int
size()
toString()
Returns a printable representation of the CertificatePolicyId.
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
mInfo
-
-
Constructor Details
-
PolicyQualifiers
public PolicyQualifiers()Create a PolicyQualifiers with the ObjectIdentifier. -
PolicyQualifiers
Create the object from its Der encoded value.- Parameters:
val
- the DER encoded value for the same.- Throws:
IOException
-
-
Method Details
-
add
-
size
public int size() -
getInfoAt
-
toString
Returns a printable representation of the CertificatePolicyId. -
encode
Write the PolicyQualifiers to the DerOutputStream.- Parameters:
out
- the DerOutputStream to write the object to.- Throws:
IOException
- on errors.
-