Klasse AcmeInvalidMessageException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.shredzone.acme4j.exception.AcmeException
org.shredzone.acme4j.smime.exception.AcmeInvalidMessageException
Alle implementierten Schnittstellen:
Serializable

This exception is thrown when the challenge email message is invalid.

If this exception is thrown, the challenge message does not match the actual challenge or has other issues. It must be rejected.

Reasons may be (for example):

  • Unexpected sender address
  • Bad S/MIME signature
Seit:
2.15
Siehe auch: