public static interface SSL_KEY_EXCHANGE.SessionVerifier
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.
|
void init(String arg)
void verify(SSLSession session) throws SecurityException
SecurityException
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.