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