Interface ElytronMessages

All Superinterfaces:
BasicLogger
All Known Implementing Classes:
ElytronMessages_$logger

@MessageLogger(projectCode="ELY", length=5) @ValidIdRanges(@ValidIdRange(min=19000,max=19999)) public interface ElytronMessages extends BasicLogger
Log messages and exceptions for the 'encryption' module.
Author:
Darran Lofthouse
  • Field Details

  • Method Details

    • badKeySize

      @Message(id=19000, value="Invalid size value. Must be one of 128, 192, or 256") GeneralSecurityException badKeySize()
    • badKeyPrefix

      @Message(id=19001, value="Invalid prefix importing SecretKey") GeneralSecurityException badKeyPrefix()
    • unsupportedVersion

      @Message(id=19002, value="Unsupported version \'%d\' the maximum supported version is \'%d\'") GeneralSecurityException unsupportedVersion(int discovered, int maxSupported)
    • unexpectedTokenType

      @Message(id=19003, value="Unexpected token type \'%s\', expected \'%s\'") GeneralSecurityException unexpectedTokenType(String actual, String expected)
    • unableToDecodeBase64Token

      @Message(id=19004, value="Unable to decode Base64 token.") GeneralSecurityException unableToDecodeBase64Token(@Cause Throwable cause)