|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DNChecker
Interface for DN namespace/policy checker.
Method Summary | |
---|---|
void |
check(DN subjectDN,
DN issuerDN,
java.util.List<NamespacePolicy> prevPolicies)
Checks the specified subjectDN and issuerDN against previous policies. |
void |
read(java.lang.String fileName)
Reads a namespaces file/policy language file. |
Method Detail |
---|
void read(java.lang.String fileName) throws java.io.IOException, java.text.ParseException
fileName
- the namespaces file or policy language file.
java.io.IOException
- if unsuccessful
java.text.ParseException
- if unsuccessfulvoid check(DN subjectDN, DN issuerDN, java.util.List<NamespacePolicy> prevPolicies) throws java.security.cert.CertPathValidatorException
subjectDN
- the subject DNissuerDN
- the issuer DNprevPolicies
- previous policies or null
java.security.cert.CertPathValidatorException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |