org.knopflerfish.framework.validator
Class SelfSignedValidator

java.lang.Object
  extended by org.knopflerfish.framework.validator.SelfSignedValidator
All Implemented Interfaces:
Validator

public class SelfSignedValidator
extends java.lang.Object
implements Validator

Self signed certificate validator


Constructor Summary
SelfSignedValidator()
           
 
Method Summary
 java.security.cert.Certificate[] checkCertificates(java.security.cert.Certificate[] certs)
          Check that certificates are valid:
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SelfSignedValidator

public SelfSignedValidator()
Method Detail

checkCertificates

public java.security.cert.Certificate[] checkCertificates(java.security.cert.Certificate[] certs)
Check that certificates are valid:

Specified by:
checkCertificates in interface Validator
Returns:
Array of certificates that we could not validate.