public interface KeyStoreStep
| Modifier and Type | Method and Description |
|---|---|
default ProtocolStep |
keyStoreFromFile(String path) |
default ProtocolStep |
keyStoreFromFile(String path,
String password) |
default ProtocolStep |
keyStoreFromStream(InputStream stream) |
ProtocolStep |
keyStoreFromStream(InputStream stream,
String password) |
ProtocolStep keyStoreFromStream(InputStream stream, String password) throws IOException, GeneralSecurityException
IOExceptionGeneralSecurityExceptiondefault ProtocolStep keyStoreFromStream(InputStream stream) throws IOException, GeneralSecurityException
IOExceptionGeneralSecurityExceptiondefault ProtocolStep keyStoreFromFile(String path, String password) throws IOException, GeneralSecurityException
IOExceptionGeneralSecurityExceptiondefault ProtocolStep keyStoreFromFile(String path) throws IOException, GeneralSecurityException
IOExceptionGeneralSecurityExceptionCopyright © 2019. All rights reserved.