Uses of Class
de.xima.fc.certificate.provider.CertificateSelectionBySubjectQuery
Packages that use CertificateSelectionBySubjectQuery
-
Uses of CertificateSelectionBySubjectQuery in de.xima.fc.certificate.provider
Methods in de.xima.fc.certificate.provider that return CertificateSelectionBySubjectQueryMethods in de.xima.fc.certificate.provider with parameters of type CertificateSelectionBySubjectQueryModifier 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. -
Uses of CertificateSelectionBySubjectQuery in de.xima.fc.certificate.provider.internal.rpc
Methods in de.xima.fc.certificate.provider.internal.rpc with parameters of type CertificateSelectionBySubjectQueryModifier 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.