Package | Description |
---|---|
io.jsonwebtoken.security |
Modifier and Type | Interface and Description |
---|---|
interface |
DecryptionKeyRequest<K extends Key>
A
KeyRequest to obtain a decryption key that will be used to decrypt a JWE using an AeadAlgorithm . |
Modifier and Type | Method and Description |
---|---|
KeyResult |
KeyAlgorithm.getEncryptionKey(KeyRequest<E> request)
Return the
SecretKey that should be used to encrypt a JWE via the request's specified
AeadAlgorithm . |
Copyright © 2014–2024 jsonwebtoken.io. All rights reserved.