JweDirectSerializer, JweRsaSerializerpublic interface JweSerializer
| Modifier and Type | Field | Description |
|---|---|---|
static java.lang.String |
COULD_NOT_COMPACT |
|
static byte[] |
DELIMITER |
| Modifier and Type | Method | Description |
|---|---|---|
default byte[] |
extractAuthTag(byte[] cipherTextWithAuthTag) |
|
default byte[] |
extractCipherText(byte[] cipherTextWithAuthTag) |
|
java.io.ByteArrayOutputStream |
JWEToCompact(JWE jwe) |
|
default java.io.ByteArrayOutputStream |
toCompact(java.util.List<byte[]> jweParts) |
static final byte[] DELIMITER
static final java.lang.String COULD_NOT_COMPACT
java.io.ByteArrayOutputStream JWEToCompact(JWE jwe) throws JsonToJwtException, CipherException, EncryptException
default byte[] extractCipherText(byte[] cipherTextWithAuthTag)
default byte[] extractAuthTag(byte[] cipherTextWithAuthTag)
default java.io.ByteArrayOutputStream toCompact(java.util.List<byte[]> jweParts)
throws EncryptException
EncryptException