Uses of Class
de.xima.fc.certificate.provider.CertificateBundle
Packages that use CertificateBundle
Package
Description
-
Uses of CertificateBundle in de.xima.fc.certificate.provider
Methods in de.xima.fc.certificate.provider that return types with arguments of type CertificateBundleModifier 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 CertificateBundle in de.xima.fc.certificate.provider.internal
Methods in de.xima.fc.certificate.provider.internal that return CertificateBundleModifier and TypeMethodDescriptionstatic CertificateBundleRpcKeyStoreUtil.toCertificateBundle(EncryptedKeyStore encryptedKeyStore, char[] password) Methods in de.xima.fc.certificate.provider.internal that return types with arguments of type CertificateBundleModifier and TypeMethodDescriptionstatic Set<CertificateBundle> RpcKeyStoreUtil.toCertificateBundles(EncryptedKeyStore encryptedKeyStore, char[] password) -
Uses of CertificateBundle in de.xima.fc.certificate.provider.internal.rpc
Method parameters in de.xima.fc.certificate.provider.internal.rpc with type arguments of type CertificateBundleModifier and TypeMethodDescriptionstatic EncryptedKeyStoreEncryptedKeyStore.forBundles(Iterable<CertificateBundle> certificateBundles, char[] password, String passwordHint) -
Uses of CertificateBundle in de.xima.fc.mail.impl.security.certprovider
Methods in de.xima.fc.mail.impl.security.certprovider that return types with arguments of type CertificateBundleModifier and TypeMethodDescriptionFCCertificateCertProvider.findSignatureCertificateBundle(String emailAddress, Long clientId, IUser user) KeyStoreCertProvider.findSignatureCertificateBundle(String emailAddress, Long clientId, IUser user) PluginCertProvider.findSignatureCertificateBundle(String emailAddress, Long clientId, IUser user) -
Uses of CertificateBundle in de.xima.fc.mail.interfaces
Methods in de.xima.fc.mail.interfaces that return types with arguments of type CertificateBundleModifier and TypeMethodDescriptionIMailSecurityCertProvider.findSignatureCertificateBundle(String emailAddress, Long clientId, IUser user) Finds the certificate bundle containing the private key for email-signing for the given email address within the given client.