public interface SerDe
| Modifier and Type | Method and Description |
|---|---|
KeyStore |
deserialize(byte[] keyStore,
Supplier<char[]> keyStorePassword)
Deserializes
KeyStore from byte[]. |
byte[] |
serialize(KeyStore keyStore,
Supplier<char[]> keyStorePassword)
Serializes
KeyStore into byte[]. |
SerDe |
withConfig(KeyStoreConfig config)
Configures keystore before deserialization with custom parameters.
|
SerDe withConfig(KeyStoreConfig config)
KeyStoreConfig will be createdconfig - SerDebyte[] serialize(KeyStore keyStore, Supplier<char[]> keyStorePassword)
KeyStore into byte[].keyStore - KeyStore to serializekeyStorePassword - KeyStore read protection password.Copyright © 2019. All rights reserved.