public interface

CertificateVerifyer

org.bouncycastle.crypto.tls.CertificateVerifyer
Known Indirect Subclasses

This interface is deprecated.
Perform certificate verification in TlsAuthentication implementation

Class Overview

This should be implemented by any class which can find out, if a given certificate chain is being accepted by an client.

Summary

Public Methods
abstract boolean isValid(X509CertificateStructure[] certs)

Public Methods

public abstract boolean isValid (X509CertificateStructure[] certs)

Parameters
certs The certs, which are part of the chain.
Returns
  • True, if the chain is accepted, false otherwise.