|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.vt.middleware.crypt.x509.types.PolicyInformation
public class PolicyInformation
Representation of the PolicyInformation type defined in section
4.2.1.5 of RFC 2459.
| Constructor Summary | |
|---|---|
PolicyInformation(String oid)
Creates a new instance with the given OID and no qualifiers defined. |
|
PolicyInformation(String oid,
PolicyQualifierInfo[] qualifiers)
Creates a new instance with the given OID and qualifiers. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
String |
getPolicyIdentifier()
|
PolicyQualifierInfo[] |
getPolicyQualifiers()
|
int |
hashCode()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PolicyInformation(String oid)
oid - Policy information OID.
public PolicyInformation(String oid,
PolicyQualifierInfo[] qualifiers)
oid - Policy information OID.qualifiers - Array of policy qualifiers.| Method Detail |
|---|
public String getPolicyIdentifier()
public PolicyQualifierInfo[] getPolicyQualifiers()
public String toString()
toString in class Objectpublic boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||