Class RevocationResult

java.lang.Object
net.bluemind.smime.cacerts.api.RevocationResult

public class RevocationResult extends Object
  • Field Details

  • Constructor Details

    • RevocationResult

      public RevocationResult()
  • Method Details

    • revoked

      public static RevocationResult revoked(SmimeRevocation revocation)
      Create a revoked RevocationResult
      Parameters:
      revocation - the certificate client revoked
      Returns:
      RevocationResult
    • notRevoked

      public static RevocationResult notRevoked(SmimeRevocation revocation)
      Create a NOT revoked RevocationResult
      Parameters:
      revocation - the certificate client not revoked
      Returns:
      RevocationResult