Uses of Class
no.digipost.security.cert.OcspDecision
-
Packages that use OcspDecision Package Description no.digipost.security.cert -
-
Uses of OcspDecision in no.digipost.security.cert
Methods in no.digipost.security.cert that return OcspDecision Modifier and Type Method Description OcspDecisionOcspPolicy. decideFor(TrustedCertificateAndIssuer trustedCertificateAndIssuer)Evaluate the given trustedcertificate and its issuer's certificateif an OCSP-lookup should be performed.static OcspDecisionOcspDecision. valueOf(String name)Returns the enum constant of this type with the specified name.static OcspDecision[]OcspDecision. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in no.digipost.security.cert with parameters of type OcspDecision Modifier and Type Method Description static OcspPolicyOcspPolicy. always(OcspDecision decision)Create a policy which always makes the givendecision.default OcspPolicyOcspPolicy. except(Predicate<TrustedCertificateAndIssuer> trustedCertEvaluator, OcspDecision decisionResult)Create a new policy which yields anotherresultfor a certain case, or else yields what this policy would originally yield.
-