Uses of Class
de.xima.fc.certificate.provider.tls.TlsScope
Packages that use TlsScope
Package
Description
-
Uses of TlsScope in de.xima.fc.certificate.provider.internal.rpc
Methods in de.xima.fc.certificate.provider.internal.rpc with parameters of type TlsScopeModifier and TypeMethodDescriptionRpcCryptoProvider.getKeyStoreForTls(TlsScope tlsScope, CertificateProviderUser user, Long frontendServerId) Returns an encrypted keystore for the given TLS scope. -
Uses of TlsScope in de.xima.fc.certificate.provider.tls
Methods in de.xima.fc.certificate.provider.tls that return TlsScopeModifier and TypeMethodDescriptionTlsScope.Builder.build()static TlsScopeCreates a TLS scope for a specific keystore.static TlsScopeTlsScope.system()Creates a TLS scope for the whole system.static TlsScopeCreates a TLS scope for a specific tenant.Methods in de.xima.fc.certificate.provider.tls with parameters of type TlsScopeModifier and TypeMethodDescription@NotNull ITlsConnectionTestContextTlsService.getConnectionTestContext(TlsScope scope) Retrieves the TLS connection test context for the specified TLS scope.@NotNull SSLContextTlsService.getSSLContext(TlsScope scope) Retrieves the SSL context for the specified TLS scope.@NotNull X509TrustManagerTlsService.getTrustManager(TlsScope scope) Retrieves the TrustManager for the specified TLS scope.@NotNull KeyStoreTlsService.getTrustStore(TlsScope scope, String defaultType) Retrieves the KeyStore used as the trust store for the specified TLS scope.@NotNull ConnectionTestResultTlsService.testConnection(String host, int port, TlsScope tlsScope) Tests the connection to a specified host and port using the provided TLS scope.@NotNull ConnectionTestResultTlsService.testConnection(String host, int port, TlsScope tlsScope, int connectionTimeout) Tests the connection to a specified host and port using the provided TLS scope and connection timeout.