org.jboss.security.auth.certs
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 © 2015 JBoss Inc.. All Rights Reserved.