Package | Description |
---|---|
nl.altindag.ssl | |
nl.altindag.ssl.model | |
nl.altindag.ssl.util |
Modifier and Type | Method and Description |
---|---|
List<KeyStoreHolder> |
SSLFactory.getIdentities() |
List<KeyStoreHolder> |
SSLFactory.getTrustStores() |
Modifier and Type | Method and Description |
---|---|
List<KeyStoreHolder> |
IdentityMaterial.getIdentities() |
List<KeyStoreHolder> |
TrustMaterial.getTrustStores() |
Modifier and Type | Method and Description |
---|---|
IdentityMaterial.Builder |
IdentityMaterial.Builder.withIdentities(List<KeyStoreHolder> identities) |
TrustMaterial.Builder |
TrustMaterial.Builder.withTrustStores(List<KeyStoreHolder> trustStores) |
Modifier and Type | Method and Description |
---|---|
<T extends KeyStoreHolder> |
KeyManagerUtils.KeyManagerBuilder.withIdentities(T... identities) |
Modifier and Type | Method and Description |
---|---|
static X509ExtendedKeyManager |
KeyManagerUtils.createKeyManager(KeyStoreHolder... keyStoreHolders) |
static X509ExtendedTrustManager |
TrustManagerUtils.createTrustManager(KeyStoreHolder... trustStoreHolders) |
<T extends KeyStoreHolder> |
KeyManagerUtils.KeyManagerBuilder.withIdentities(T... identities) |
Modifier and Type | Method and Description |
---|---|
static void |
KeyStoreUtils.sanitizeKeyStores(List<KeyStoreHolder> keyStores) |
KeyManagerUtils.KeyManagerBuilder |
KeyManagerUtils.KeyManagerBuilder.withIdentities(List<? extends KeyStoreHolder> identities) |
Copyright © 2021. All rights reserved.