| Constructor and Description |
|---|
DefaultKeyStoreSerde(KeyStoreConfig config) |
| Modifier and Type | Method and Description |
|---|---|
KeyStore |
deserialize(byte[] keyStore,
Supplier<char[]> keyStorePassword) |
byte[] |
serialize(KeyStore keyStore,
Supplier<char[]> keyStorePassword) |
DefaultKeyStoreSerde |
withConfig(KeyStoreConfig config) |
@Inject public DefaultKeyStoreSerde(@Nullable KeyStoreConfig config)
public DefaultKeyStoreSerde withConfig(KeyStoreConfig config)
withConfig in interface SerDepublic KeyStore deserialize(byte[] keyStore, Supplier<char[]> keyStorePassword)
deserialize in interface SerDeCopyright © 2019. All rights reserved.