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