Uses of Class
net.bluemind.smime.cacerts.api.RevocationResult
Packages that use RevocationResult
-
Uses of RevocationResult in net.bluemind.smime.cacerts.api
Methods in net.bluemind.smime.cacerts.api that return RevocationResultModifier and TypeMethodDescriptionstatic RevocationResult
RevocationResult.notRevoked
(SmimeRevocation revocation) Create a NOT revoked RevocationResultstatic RevocationResult
RevocationResult.revoked
(SmimeRevocation revocation) Create a revoked RevocationResultMethods in net.bluemind.smime.cacerts.api that return types with arguments of type RevocationResultModifier and TypeMethodDescriptionISmimeRevocation.areRevoked
(List<SmimeCertClient> clients) Check if a certificate serialNumber list is revokedISmimeRevocationPromise.areRevoked
(List<SmimeCertClient> clients) Method parameters in net.bluemind.smime.cacerts.api with type arguments of type RevocationResultModifier and TypeMethodDescriptionvoid
ISmimeRevocationAsync.areRevoked
(List<SmimeCertClient> clients, AsyncHandler<Set<RevocationResult>> handler)