public static interface SSL_KEY_EXCHANGE.SessionVerifier
| Modifier and Type | Method and Description |
|---|---|
void |
init(java.lang.String arg)
Called after creation with session_verifier_arg
|
void |
verify(javax.net.ssl.SSLSession session)
Called to verify that the session is correct, e.g.
|
void init(java.lang.String arg)
void verify(javax.net.ssl.SSLSession session)
throws java.lang.SecurityException
java.lang.SecurityExceptionCopyright © 1998-2020 Red Hat. All Rights Reserved.