public class AlwaysValidVerifyer extends 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(org.bouncycastle.asn1.x509.X509CertificateStructure[] certs)
Return true.
|
public boolean isValid(org.bouncycastle.asn1.x509.X509CertificateStructure[] certs)
isValid in interface CertificateVerifyercerts - The certs, which are part of the chain.org.bouncycastle.crypto.tls.CertificateVerifyer#isValid(org.bouncycastle.asn1.x509.X509CertificateStructure[])Copyright © 2017. All rights reserved.