Package org.somda.sdc.dpws.crypto
Interface CryptoSettings
-
- All Implemented Interfaces:
public interface CryptoSettingsCommon interface to retrieve key and trust store information.
Key and trust store information can be referenced using streams (getKeyStoreStream, getKeyStoreStream).
-
-
Method Summary
Modifier and Type Method Description abstract Optional<InputStream>getKeyStoreStream()abstract StringgetKeyStorePassword()abstract Optional<InputStream>getTrustStoreStream()abstract StringgetTrustStorePassword()-
-
Method Detail
-
getKeyStoreStream
abstract Optional<InputStream> getKeyStoreStream()
-
getKeyStorePassword
abstract String getKeyStorePassword()
-
getTrustStoreStream
abstract Optional<InputStream> getTrustStoreStream()
-
getTrustStorePassword
abstract String getTrustStorePassword()
-
-
-
-