Java org.springframework.vault.support SslConfiguration fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.vault.support SslConfiguration fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.vault.support SslConfiguration.

The text is from its open source code.

Method

SslConfigurationforTrustStore(Resource trustStore, @Nullable String trustStorePassword)
Create a new SslConfiguration for the given trust store with the default KeyStore type.
SslConfigurationforTrustStore(Resource trustStore, @Nullable char[] trustStorePassword)
Create a new SslConfiguration for the given trust store with the default KeyStore type.
ResourcegetKeyStore()
KeyStoreConfigurationgetKeyStoreConfiguration()
StringgetKeyStorePassword()
ResourcegetTrustStore()
KeyStoreConfigurationgetTrustStoreConfiguration()
StringgetTrustStorePassword()