Class LocalizationMessages
java.lang.Object
org.glassfish.jersey.oauth1.signature.internal.LocalizationMessages
Defines string formatting method for each constant in the resource file
-
Method Summary
Modifier and TypeMethodDescriptionstatic StringInvalid character in Base64 string.static StringBase64 string length is not multiple of 4.static StringCouldn''t obtain public key from consumer secret.static StringInvalid consumer secret: {0}static Localizablestatic Localizablestatic Localizablestatic Localizable
-
Method Details
-
localizableERROR_INVALID_CONSUMER_SECRET
-
ERROR_INVALID_CONSUMER_SECRET
Invalid consumer secret: {0} -
localizableERROR_BASE_64_LENGTH
-
ERROR_BASE_64_LENGTH
Base64 string length is not multiple of 4. -
localizableERROR_BASE_64_INVALID_CHARACTER
-
ERROR_BASE_64_INVALID_CHARACTER
Invalid character in Base64 string. -
localizableERROR_CANNOT_OBTAIN_PUBLIC_KEY
-
ERROR_CANNOT_OBTAIN_PUBLIC_KEY
Couldn''t obtain public key from consumer secret.
-