Class TrustStoreConfiguration

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected @NotNull @Valid java.lang.String trustStorePassword  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract java.security.KeyStore getTrustStore()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • trustStorePassword

        @NotNull
        @Valid
        protected @NotNull @Valid java.lang.String trustStorePassword
    • Constructor Detail

      • TrustStoreConfiguration

        public TrustStoreConfiguration()
    • Method Detail

      • getTrustStore

        public abstract java.security.KeyStore getTrustStore()