Package | Description |
---|---|
org.forgerock.json.jose.jwe.handlers.encryption |
Modifier and Type | Method and Description |
---|---|
JweEncryption |
RSAEncryptionHandler.encryptPlaintext(Key contentEncryptionKey,
byte[] initialisationVector,
byte[] plaintext,
byte[] additionalAuthenticatedData)
Encrypts the plaintext with the Content Encryption Key, using the initialisation vector and additional
authenticated data, following the steps defined by the EncryptionHandler JweAlgorithm.
|
JweEncryption |
EncryptionHandler.encryptPlaintext(Key contentEncryptionKey,
byte[] initialisationVector,
byte[] plaintext,
byte[] additionalAuthenticatedData)
Encrypts the plaintext with the Content Encryption Key, using the initialisation vector and additional
authenticated data, following the steps defined by the EncryptionHandler JweAlgorithm.
|
JweEncryption |
DirectEncryptionHandler.encryptPlaintext(Key contentEncryptionKey,
byte[] initialisationVector,
byte[] plaintext,
byte[] additionalAuthenticatedData) |
JweEncryption |
AESKeyWrapEncryptionHandler.encryptPlaintext(Key contentEncryptionKey,
byte[] initialisationVector,
byte[] plaintext,
byte[] additionalAuthenticatedData) |
Copyright © 2025 Open Identity Platform Community. All rights reserved.