Skip navigation links
B C F G K M P S U X 

B

builder() - Static method in class com.oneandone.compositejks.SslContextBuilder
This is the main entry point.
buildMergedWithSystem() - Method in class com.oneandone.compositejks.SslContextBuilder
 
buildMergedWithSystem() - Method in interface com.oneandone.compositejks.SslContextStep
 
buildMergedWithSystem(KeyStore) - Static method in class com.oneandone.compositejks.SslContextUtils
Deprecated.
Generates an SSL context that uses a merged view of the system key store and a custom key store.
buildMergedWithSystem(KeyStore, char[]) - Static method in class com.oneandone.compositejks.SslContextUtils
Deprecated.
Generates an SSL context that uses a merged view of the system key store and a custom key store.
buildMergedWithSystemAndSetDefault() - Method in interface com.oneandone.compositejks.SslContextStep
 

C

checkClientTrusted(X509Certificate[], String) - Method in class com.oneandone.compositejks.CompositeX509TrustManager
 
checkServerTrusted(X509Certificate[], String) - Method in class com.oneandone.compositejks.CompositeX509TrustManager
 
chooseClientAlias(String[], Principal[], Socket) - Method in class com.oneandone.compositejks.CompositeX509KeyManager
 
chooseServerAlias(String, Principal[], Socket) - Method in class com.oneandone.compositejks.CompositeX509KeyManager
 
com.oneandone.compositejks - package com.oneandone.compositejks
 
CompositeX509KeyManager - Class in com.oneandone.compositejks
Merges multiple X509KeyManagers into a delegating composite.
CompositeX509KeyManager(List<X509KeyManager>) - Constructor for class com.oneandone.compositejks.CompositeX509KeyManager
 
CompositeX509TrustManager - Class in com.oneandone.compositejks
Merges multiple X509TrustManagers into a delegating composite.
CompositeX509TrustManager(List<X509TrustManager>) - Constructor for class com.oneandone.compositejks.CompositeX509TrustManager
 

F

fromFile(String) - Static method in class com.oneandone.compositejks.KeyStoreLoader
Deprecated.
Loads a KeyStore from an on-disk file with no passphrase.
fromStream(InputStream) - Static method in class com.oneandone.compositejks.KeyStoreLoader
Deprecated.
Loads a KeyStore from an InputStream with no passphrase.
fromStream(InputStream, char[]) - Static method in class com.oneandone.compositejks.KeyStoreLoader
Deprecated.
Loads a KeyStore from an InputStream.
fromStream(String, char[]) - Static method in class com.oneandone.compositejks.KeyStoreLoader
Deprecated.
Loads a KeyStore from an on-disk file.

G

getAcceptedIssuers() - Method in class com.oneandone.compositejks.CompositeX509TrustManager
 
getCertificateChain(String) - Method in class com.oneandone.compositejks.CompositeX509KeyManager
 
getClientAliases(String, Principal[]) - Method in class com.oneandone.compositejks.CompositeX509KeyManager
 
getPrivateKey(String) - Method in class com.oneandone.compositejks.CompositeX509KeyManager
 
getServerAliases(String, Principal[]) - Method in class com.oneandone.compositejks.CompositeX509KeyManager
 
getSystemKeyManager(String, KeyStore, char[]) - Static method in class com.oneandone.compositejks.SslContextUtils
Deprecated.
 
getSystemTrustManager(String, KeyStore) - Static method in class com.oneandone.compositejks.SslContextUtils
Deprecated.
 

K

KeyManagerAlgorithmStep - Interface in com.oneandone.compositejks
 
KeyManagerPasswordStep - Interface in com.oneandone.compositejks
 
keyStoreFromFile(String, String) - Method in interface com.oneandone.compositejks.KeyStoreStep
 
keyStoreFromFile(String) - Method in interface com.oneandone.compositejks.KeyStoreStep
 
keyStoreFromStream(InputStream, String) - Method in interface com.oneandone.compositejks.KeyStoreStep
 
keyStoreFromStream(InputStream) - Method in interface com.oneandone.compositejks.KeyStoreStep
 
keyStoreFromStream(InputStream, String) - Method in class com.oneandone.compositejks.SslContextBuilder
 
KeyStoreLoader - Class in com.oneandone.compositejks
Deprecated.
Use the new API with SslContextBuilder.builder().
KeyStoreStep - Interface in com.oneandone.compositejks
 

M

mergeWithSystem(KeyStore) - Static method in class com.oneandone.compositejks.SslContextUtils
Deprecated.
Configures the default SSL context to use a merged view of the system key store and a custom key store.
mergeWithSystem(InputStream) - Static method in class com.oneandone.compositejks.SslContextUtils
Deprecated.
Configures the default SSL context to use a merged view of the system key store and a custom key store.
mergeWithSystem(String) - Static method in class com.oneandone.compositejks.SslContextUtils
Deprecated.
Configures the default SSL context to use a merged view of the system key store and a custom key store.

P

ProtocolStep - Interface in com.oneandone.compositejks
 

S

SslContextBuilder - Class in com.oneandone.compositejks
 
SslContextStep - Interface in com.oneandone.compositejks
 
SslContextUtils - Class in com.oneandone.compositejks
Deprecated.
Use the new API with SslContextBuilder.builder().

U

usingAlgorithm(String) - Method in interface com.oneandone.compositejks.KeyManagerAlgorithmStep
 
usingAlgorithm(String) - Method in class com.oneandone.compositejks.SslContextBuilder
 
usingDefaultAlgorithm() - Method in interface com.oneandone.compositejks.KeyManagerAlgorithmStep
 
usingKeyManagerPassword(String) - Method in interface com.oneandone.compositejks.KeyManagerPasswordStep
 
usingKeyManagerPassword(String) - Method in class com.oneandone.compositejks.SslContextBuilder
 
usingKeyManagerPasswordFromKeyStore() - Method in interface com.oneandone.compositejks.KeyManagerPasswordStep
 
usingProtocol(String) - Method in interface com.oneandone.compositejks.ProtocolStep
 
usingProtocol(String) - Method in class com.oneandone.compositejks.SslContextBuilder
 
usingSunX509() - Method in interface com.oneandone.compositejks.KeyManagerAlgorithmStep
 
usingTLS() - Method in interface com.oneandone.compositejks.ProtocolStep
 

X

X509Algorithm - Static variable in class com.oneandone.compositejks.SslContextUtils
Deprecated.
The key manager algorithm to use for X509.
B C F G K M P S U X 
Skip navigation links

Copyright © 2019. All rights reserved.