org.bouncycastle.crypto.tls

Class AlwaysValidVerifyer

Implemented Interfaces:
CertificateVerifyer

public class AlwaysValidVerifyer
extends java.lang.Object
implements CertificateVerifyer

A certificate verifyer, that will always return true.
 DO NOT USE THIS FILE UNLESS YOU KNOW EXACTLY WHAT YOU ARE DOING.
 

Method Summary

boolean
isValid(X509CertificateStructure[] certs)
Return true.

Method Details

isValid

public boolean isValid(X509CertificateStructure[] certs)
Return true.
Specified by:
isValid in interface CertificateVerifyer