Package | Description |
---|---|
org.soulwing.jwt.api | |
org.soulwing.jwt.api.jose4j |
Modifier and Type | Method and Description |
---|---|
JWE.Builder |
JWE.Builder.compressionAlgorithm(JWE.CompressionAlgorithm algorithm)
Sets the compression algorithm.
|
JWE.Builder |
JWE.Builder.contentEncryptionAlgorithm(JWE.ContentEncryptionAlgorithm algorithm)
Sets the content encryption algorithm.
|
JWE.Builder |
JWE.Builder.contentType(String type)
Sets the value for the
cty header value. |
JWE.Builder |
JWTProvider.encryptionOperator()
Gets a builder that will produce a
JWE operator instance. |
JWE.Builder |
JWE.Builder.keyManagementAlgorithm(JWE.KeyManagementAlgorithm algorithm)
Sets the key management algorithm.
|
JWE.Builder |
JWE.Builder.keyProvider(KeyProvider keyProvider)
Sets the key provider to use to obtain keys for encryption or decryption
operations.
|
Modifier and Type | Method and Description |
---|---|
JWE.Builder |
Jose4jProvider.encryptionOperator() |
Copyright © 2019. All rights reserved.