org.bouncycastle.crypto.tls
public class AlwaysValidVerifyer extends java.lang.Object implements CertificateVerifyer
DO NOT USE THIS FILE UNLESS YOU KNOW EXACTLY WHAT YOU ARE DOING.
| Constructor and Description |
|---|
AlwaysValidVerifyer() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isValid(X509CertificateStructure[] certs)
Return true.
|
public boolean isValid(X509CertificateStructure[] certs)
isValid in interface CertificateVerifyercerts - The certs, which are part of the chain.CertificateVerifyer.isValid(org.bouncycastle.asn1.x509.X509CertificateStructure[])