public interface X509CertificateVerifier
BaseCertLoginModule
Modifier and Type | Method and Description |
---|---|
boolean |
verify(X509Certificate cert,
String alias,
KeyStore keyStore,
KeyStore trustStore)
Validate a cert.
|
boolean verify(X509Certificate cert, String alias, KeyStore keyStore, KeyStore trustStore)
cert
- - the X509Certificate to verifieralias
- - the expected keystore aliaskeyStore
- - the keystore for the certtrustStore
- - the truststore for the cert signerCopyright © 2018 JBoss by Red Hat. All rights reserved.