public interface KeyManagerAlgorithmStep
| Modifier and Type | Method and Description |
|---|---|
KeyManagerPasswordStep |
usingAlgorithm(String keyManagerAlgorithm) |
default KeyManagerPasswordStep |
usingDefaultAlgorithm() |
default KeyManagerPasswordStep |
usingSunX509() |
KeyManagerPasswordStep usingAlgorithm(String keyManagerAlgorithm)
keyManagerAlgorithm - The algorithm for the custom key store. Defaults to system one, if null.default KeyManagerPasswordStep usingDefaultAlgorithm()
default KeyManagerPasswordStep usingSunX509()
Copyright © 2019. All rights reserved.