Modifier and Type | Method and Description |
---|---|
KeyStoreSubBuilder |
SSLContextBuilder.credential()
Starts a sub-builder that will produce a key store containing
a credential to be presented to the the SSL peer when negotiating secure
sessions using the resulting context.
|
KeyStoreSubBuilder |
SSLContextBuilder.credential(char[] keyPassword)
Starts a sub-builder that will produce a key store containing
a credential to be presented to the the SSL peer when negotiating secure
sessions using the resulting context.
|
KeyStoreSubBuilder |
SSLContextBuilder.credential(String keyPassword)
Starts a sub-builder that will produce a key store containing
a credential to be presented to the the SSL peer when negotiating secure
sessions using the resulting context.
|
KeyStoreSubBuilder |
SSLContextBuilder.peerTrust()
Starts a sub-builder that will produce a key store containing
trusted certificates to be used to validate the identity
of the SSL peer when negotiating secure sessions using the resulting
context.
|
Copyright © 2014–2016. All rights reserved.