public class

AlwaysValidVerifyer

extends Object
implements CertificateVerifyer
java.lang.Object
   ↳ org.bouncycastle.crypto.tls.AlwaysValidVerifyer

This class is deprecated.
Perform certificate verification in TlsAuthentication implementation

Class Overview

A certificate verifyer, that will always return true.

 DO NOT USE THIS FILE UNLESS YOU KNOW EXACTLY WHAT YOU ARE DOING.
 

Summary

Public Constructors
AlwaysValidVerifyer()
Public Methods
boolean isValid(X509CertificateStructure[] certs)
Return true.
[Expand]
Inherited Methods
From class java.lang.Object
From interface org.bouncycastle.crypto.tls.CertificateVerifyer

Public Constructors

public AlwaysValidVerifyer ()

Public Methods