Class SecretKeyNotAvailableException

All Implemented Interfaces:
Serializable

public class SecretKeyNotAvailableException extends SignatureValidationException
Represents an error that causes a secret key to not be available.
See Also:
  • Constructor Details

    • SecretKeyNotAvailableException

      public SecretKeyNotAvailableException(String message, String keyId)
    • SecretKeyNotAvailableException

      public SecretKeyNotAvailableException(String keyId, Throwable cause)
    • SecretKeyNotAvailableException

      public SecretKeyNotAvailableException(String message, String keyId, Throwable cause)
  • Method Details

    • getKeyId

      public String getKeyId()