Package com.example

Class CustomCryptoSettings

  • All Implemented Interfaces:
    org.somda.sdc.dpws.crypto.CryptoSettings

    public class CustomCryptoSettings
    extends Object
    implements org.somda.sdc.dpws.crypto.CryptoSettings
    • Constructor Detail

      • CustomCryptoSettings

        public CustomCryptoSettings()
    • Method Detail

      • getKeyStoreFile

        public Optional<File> getKeyStoreFile()
        Specified by:
        getKeyStoreFile in interface org.somda.sdc.dpws.crypto.CryptoSettings
      • getKeyStoreStream

        public Optional<InputStream> getKeyStoreStream()
        Specified by:
        getKeyStoreStream in interface org.somda.sdc.dpws.crypto.CryptoSettings
      • getKeyStorePassword

        public String getKeyStorePassword()
        Specified by:
        getKeyStorePassword in interface org.somda.sdc.dpws.crypto.CryptoSettings
      • getTrustStoreFile

        public Optional<File> getTrustStoreFile()
        Specified by:
        getTrustStoreFile in interface org.somda.sdc.dpws.crypto.CryptoSettings
      • getTrustStoreStream

        public Optional<InputStream> getTrustStoreStream()
        Specified by:
        getTrustStoreStream in interface org.somda.sdc.dpws.crypto.CryptoSettings
      • getTrustStorePassword

        public String getTrustStorePassword()
        Specified by:
        getTrustStorePassword in interface org.somda.sdc.dpws.crypto.CryptoSettings