public class JweEncryption extends Object
| Constructor and Description |
|---|
JweEncryption(byte[] ciphertext,
byte[] authenticationTag)
Constructs a new JweEncryption object with the given ciphertext and authentication tag.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
byte[] |
getAuthenticationTag()
Gets the authentication tag from the result of the encryption.
|
byte[] |
getCiphertext()
Gets the ciphertext from the result of the encryption.
|
int |
hashCode() |
public JweEncryption(byte[] ciphertext,
byte[] authenticationTag)
ciphertext - The ciphertext.authenticationTag - The authentication tag.Copyright © 2025 Open Identity Platform Community. All rights reserved.