Package org.somda.sdc.dpws.crypto
Interface CryptoSettings
- All Known Subinterfaces:
CachingCryptoSettings
public interface CryptoSettings
Common interface to retrieve key and trust store information.
Key and trust store information can be referenced using streams (getKeyStoreStream(),
getKeyStoreStream()).
- See Also:
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getKeyStoreStream
Optional<InputStream> getKeyStoreStream() -
getKeyStorePassword
String getKeyStorePassword() -
getTrustStoreStream
Optional<InputStream> getTrustStoreStream() -
getTrustStorePassword
String getTrustStorePassword()
-