JweDirectDesializer, JweRsaDeserializerpublic interface JweDeserializer
| Modifier and Type | Field | Description |
|---|---|---|
static java.lang.String |
COMPACT_JWE_INVALID |
|
static java.lang.String |
COULD_NOT_COMBINE_CIPHER_TEXT_AND_AT |
|
static java.lang.String |
COULD_NOT_DECRYPT_CIPHER_TEXT |
|
static java.lang.String |
COULD_NOT_DECRYPT_ENCRYPTED_KEY |
|
static java.lang.String |
JWT_SPLITTER |
| Modifier and Type | Method | Description |
|---|---|---|
default byte[] |
cipherTextWithAuthTag(byte[] cipherText,
byte[] authTag) |
|
JWE |
stringToJWE(java.lang.String compactJWE,
Key cek) |
static final java.lang.String JWT_SPLITTER
static final java.lang.String COMPACT_JWE_INVALID
static final java.lang.String COULD_NOT_DECRYPT_ENCRYPTED_KEY
static final java.lang.String COULD_NOT_DECRYPT_CIPHER_TEXT
static final java.lang.String COULD_NOT_COMBINE_CIPHER_TEXT_AND_AT
JWE stringToJWE(java.lang.String compactJWE, Key cek) throws JsonToJwtException, DecryptException, CipherException, KeyException
default byte[] cipherTextWithAuthTag(byte[] cipherText,
byte[] authTag)
throws DecryptException
DecryptException