Uses of Class
de.xima.fc.certificate.provider.internal.rpc.EncryptedKeyStore
Packages that use EncryptedKeyStore
Package
Description
-
Uses of EncryptedKeyStore in de.xima.fc.certificate.provider.internal
Methods in de.xima.fc.certificate.provider.internal with parameters of type EncryptedKeyStoreModifier and TypeMethodDescriptionstatic CertificateBundleRpcKeyStoreUtil.toCertificateBundle(EncryptedKeyStore encryptedKeyStore, char[] password) static Set<CertificateBundle> RpcKeyStoreUtil.toCertificateBundles(EncryptedKeyStore encryptedKeyStore, char[] password) -
Uses of EncryptedKeyStore in de.xima.fc.certificate.provider.internal.rpc
Methods in de.xima.fc.certificate.provider.internal.rpc that return EncryptedKeyStoreModifier and TypeMethodDescriptionstatic EncryptedKeyStoreEncryptedKeyStore.forBundles(Iterable<CertificateBundle> certificateBundles, char[] password, String passwordHint) RpcCryptoProvider.getKeyStoreForTls(TlsScope tlsScope, CertificateProviderUser user, Long frontendServerId) Returns an encrypted keystore for the given TLS scope.Methods in de.xima.fc.certificate.provider.internal.rpc that return types with arguments of type EncryptedKeyStoreModifier and TypeMethodDescription@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.