Package org.jboss.resteasy.jose.i18n
Interface Messages
@MessageBundle(projectCode="RESTEASY")
public interface Messages
- Version:
- $Revision: 1.1 $ Copyright Aug 28, 2015
- Author:
- Ron Sigal
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptioncekKeyLengthMismatch(int length1, int length2) contentEncryptionKeyLength(int length, EncryptionMethod method) couldntCompressPlainText(String message) couldntDecompressPlainText(String message) couldntDecryptCEK(String message) couldntEncryptCEK(String message) couldntGenerateGCMAuthentication(String message) couldntValidateGCMAuthentication(String message) invalidHMACkey(String message) unsupportedHMACalgorithm(String message)
-
Field Details
-
MESSAGES
-
BASE
static final int BASE- See Also:
-
-
Method Details
-
algorithmWasNull
-
authenticationTagMustNotBeNull
@Message(id=14010, value="The authentication tag must not be null") String authenticationTagMustNotBeNull() -
cekKeyLengthMismatch
@Message(id=14015, value="CEK key length mismatch: {0} != {1}", format=MESSAGE_FORMAT) String cekKeyLengthMismatch(int length1, int length2) -
cipherTextMustNotBeNull
-
contentEncryptionKeyLength
@Message(id=14025, value="The Content Encryption Key (CEK) length must be {0} bits for {1} encryption", format=MESSAGE_FORMAT) String contentEncryptionKeyLength(int length, EncryptionMethod method) -
couldNotFindMessageBodyReaderForJSON
@Message(id=14030, value="Could not find MessageBodyReader for JSON") String couldNotFindMessageBodyReaderForJSON() -
couldNotFindMessageBodyWriterForJSON
@Message(id=14035, value="Could not find MessageBodyWriter for JSON") String couldNotFindMessageBodyWriterForJSON() -
couldntCompressPlainText
-
couldntDecompressPlainText
-
couldntDecryptCEK
-
couldntEncryptCEK
-
couldntGenerateGCMAuthentication
-
couldntValidateGCMAuthentication
-
encryptedKeyMustNotBeNull
-
encryptionMethodWasNull
-
illegalBase64UrlString
-
initializationVectorMustNotBeNull
@Message(id=14085, value="The initialization vector (IV) must not be null") String initializationVectorMustNotBeNull() -
invalidHMACkey
-
macCheckFailed
-
notAMACalgorithm
-
notAnRSAalgorithm
-
notEncryptedWithDirAlgorithm
-
notEncryptedWithRSAalgorithm
-
parsingError
-
unableToFindMessageBodyWriter
-
unableToFindReaderForContentType
@Message(id=14135, value="Unable to find reader for content type") String unableToFindReaderForContentType() -
unexpectedEncryptedKey
@Message(id=14140, value="Unexpected encrypted key, must be omitted") String unexpectedEncryptedKey() -
unknownLength
-
unsupportedAlgorithm
-
unsupportedCompressionAlgorithm
@Message(id=14155, value="Unsupported compression algorithm: %s") String unsupportedCompressionAlgorithm(CompressionAlgorithm algorithm) -
unsupportedEncryptionMethod
@Message(id=14160, value="Unsupported encryption method, must be A128CBC_HS256, A256CBC_HS512, A128GCM or A128GCM") String unsupportedEncryptionMethod() -
unsupportedHMACalgorithm
-
unsupportedJWEalgorithm
@Message(id=14170, value="Unsupported JWE algorithm, must be RSA1_5 or RSA_OAEP") String unsupportedJWEalgorithm() -
unsupportedKeyLength
@Message(id=14175, value="Unsupported AES/CBC/PKCS5Padding/HMAC-SHA2 key length, must be 256 or 512 bits") String unsupportedKeyLength()