net.ripe.rpki.commons.crypto.crl
Class X509CrlValidator

java.lang.Object
  extended by net.ripe.rpki.commons.crypto.crl.X509CrlValidator
All Implemented Interfaces:
CertificateRepositoryObjectValidator<X509Crl>

public class X509CrlValidator
extends Object
implements CertificateRepositoryObjectValidator<X509Crl>


Constructor Summary
X509CrlValidator(ValidationOptions options, ValidationResult result, AbstractX509CertificateWrapper parent)
           
 
Method Summary
 ValidationResult getValidationResult()
           
 void validate(String location, X509Crl crl)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

X509CrlValidator

public X509CrlValidator(ValidationOptions options,
                        ValidationResult result,
                        AbstractX509CertificateWrapper parent)
Method Detail

getValidationResult

public ValidationResult getValidationResult()
Specified by:
getValidationResult in interface CertificateRepositoryObjectValidator<X509Crl>

validate

public void validate(String location,
                     X509Crl crl)
Specified by:
validate in interface CertificateRepositoryObjectValidator<X509Crl>


Copyright © 2008-2012 RIPE NCC, the Netherlands. All Rights Reserved.