| Package | Description |
|---|---|
| de.adorsys.sts.cryptoutils |
| Modifier and Type | Interface and Description |
|---|---|
interface |
KeyPairEntry |
interface |
SecretKeyEntry |
interface |
TrustedCertEntry |
| Modifier and Type | Class and Description |
|---|---|
class |
KeyPairData |
class |
SecretKeyData |
class |
TrustedCertData |
| Modifier and Type | Method and Description |
|---|---|
static List<KeyEntry> |
KeyStoreService.loadEntries(KeyStore keyStore,
KeyStoreService.PasswordProvider passwordProvider) |
static Map<String,KeyEntry> |
KeyStoreService.loadEntryMap(KeyStore keyStore,
KeyStoreService.PasswordProvider passwordProvider) |
| Modifier and Type | Method and Description |
|---|---|
static void |
KeyStoreService.addToKeyStore(KeyStore ks,
KeyEntry keyEntry)
Put the given entry into a key store.
|
KeystoreBuilder |
KeystoreBuilder.withKeyEntry(KeyEntry keyEntry) |
| Modifier and Type | Method and Description |
|---|---|
static void |
KeyStoreService.fillKeyStore(KeyStore ks,
Collection<KeyEntry> keyEntries)
Put the given entries into a key store.
|
Copyright © 2020. All rights reserved.