Package net.bluemind.smime.cacerts.api
Interface ISmimeRevocationAsync
public interface ISmimeRevocationAsync
-
Method Summary
Modifier and TypeMethodDescriptionvoid
areRevoked
(List<SmimeCertClient> clients, AsyncHandler<Set<RevocationResult>> handler) void
fetch
(ItemValue<SmimeCacert> cacert, AsyncHandler<SmimeCacertInfos> handler) void
refreshDomainRevocations
(AsyncHandler<Void> handler) void
refreshRevocations
(String uid, AsyncHandler<Void> handler)
-
Method Details
-
areRevoked
-
fetch
-
refreshDomainRevocations
-
refreshRevocations
-