Uses of Enum
com.helger.peppol.utils.EPeppolCertificateCheckResult
Packages that use EPeppolCertificateCheckResult
-
Uses of EPeppolCertificateCheckResult in com.helger.peppol.utils
Methods in com.helger.peppol.utils that return EPeppolCertificateCheckResultModifier and TypeMethodDescriptionPeppolCAChecker.checkCertificate(X509Certificate aCert) Check if the provided certificate is a valid Peppol certificate according to the configured CA.PeppolCAChecker.checkCertificate(X509Certificate aCert, OffsetDateTime aCheckDT) Check if the provided certificate is a valid Peppol certificate according to the configured CA.PeppolCAChecker.checkCertificate(X509Certificate aCert, OffsetDateTime aCheckDT, com.helger.commons.state.ETriState eCacheRevocationCheckResult, com.helger.security.revocation.ERevocationCheckMode eCheckMode) Check if the provided certificate is a valid Peppol certificate according to the configured CA.PeppolCertificateChecker.checkCertificate(com.helger.commons.collection.impl.ICommonsSet<X500Principal> aIssuers, com.helger.security.revocation.RevocationCheckResultCache aRevocationCache, com.helger.security.revocation.AbstractRevocationCheckBuilder<?> aRevocationChecker) Check if the provided certificate (from the revocation checker) is a valid certificate.EPeppolCertificateCheckResult.getFromIDOrDefault(String sID, EPeppolCertificateCheckResult eDefault) Find the item with the passed ID.EPeppolCertificateCheckResult.getFromIDOrNull(String sID) Find the item with the passed ID.Returns the enum constant of this type with the specified name.static EPeppolCertificateCheckResult[]EPeppolCertificateCheckResult.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.helger.peppol.utils with parameters of type EPeppolCertificateCheckResultModifier and TypeMethodDescriptionEPeppolCertificateCheckResult.getFromIDOrDefault(String sID, EPeppolCertificateCheckResult eDefault) Find the item with the passed ID.