public class CertficateCNMatcher extends Object implements SSL_KEY_EXCHANGE.SessionVerifier
SSL_KEY_EXCHANGE.SessionVerifier
Modifier and Type | Field and Description |
---|---|
protected String |
cn_name |
protected Pattern |
pattern |
Constructor and Description |
---|
CertficateCNMatcher() |
Modifier and Type | Method and Description |
---|---|
void |
init(String arg)
Called after creation with session_verifier_arg
|
void |
verify(SSLSession session)
Called to verify that the session is correct, e.g.
|
public void init(String arg)
SSL_KEY_EXCHANGE.SessionVerifier
init
in interface SSL_KEY_EXCHANGE.SessionVerifier
public void verify(SSLSession session) throws SecurityException
SSL_KEY_EXCHANGE.SessionVerifier
verify
in interface SSL_KEY_EXCHANGE.SessionVerifier
SecurityException
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.