Uses of Class
de.xima.fc.certificate.provider.FcCertificateProviderException
Packages that use FcCertificateProviderException
Package
Description
-
Uses of FcCertificateProviderException in de.xima.fc.certificate.provider
Methods in de.xima.fc.certificate.provider that throw FcCertificateProviderExceptionModifier and TypeMethodDescription@NotNull Optional<CertificateBundle> CryptoProvider.getCurrentValidCertificateBundleForSubject(CertificateSelectionBySubjectQuery query, CertificateProviderUser user) Retrieves the current valid certificate bundle for the given subject for the specified client.@NotNull Optional<CertificateBundle> CryptoProvider.getCurrentValidCertificateBundleForUsageSubject(CertificateSelectionByUsageSubjectQuery query, CertificateProviderUser user) Retrieves the current valid certificate bundle for the given usage subject within the specified scope. -
Uses of FcCertificateProviderException in de.xima.fc.certificate.provider.internal
Methods in de.xima.fc.certificate.provider.internal that throw FcCertificateProviderExceptionModifier and TypeMethodDescriptionstatic CertificateBundleRpcKeyStoreUtil.toCertificateBundle(EncryptedKeyStore encryptedKeyStore, char[] password) static Set<CertificateBundle> RpcKeyStoreUtil.toCertificateBundles(EncryptedKeyStore encryptedKeyStore, char[] password) -
Uses of FcCertificateProviderException in de.xima.fc.certificate.provider.internal.rpc
Methods in de.xima.fc.certificate.provider.internal.rpc that throw FcCertificateProviderExceptionModifier and TypeMethodDescriptionstatic EncryptedKeyStoreEncryptedKeyStore.forBundles(Iterable<CertificateBundle> certificateBundles, char[] password, String passwordHint) @NotNull Optional<EncryptedKeyStore> RpcCryptoProvider.getCurrentValidCertificateForSubjectAsKeyStore(CertificateSelectionBySubjectQuery query, CertificateProviderUser user, Long frontendServerId) Retrieves the current valid certificate for the given subject for the specified client in form of a keystore.@NotNull Optional<EncryptedKeyStore> RpcCryptoProvider.getCurrentValidCertificateForUsageSubjectAsKeyStore(CertificateSelectionByUsageSubjectQuery query, CertificateProviderUser user, Long frontendServerId) Retrieves the current valid certificate for the given usage subject within the specified scope in form of keystore.RpcCryptoProvider.getKeyStoreForTls(TlsScope tlsScope, CertificateProviderUser user, Long frontendServerId) Returns an encrypted keystore for the given TLS scope. -
Uses of FcCertificateProviderException in de.xima.fc.certificate.provider.tls
Methods in de.xima.fc.certificate.provider.tls that throw FcCertificateProviderExceptionModifier 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.