Package | Description |
---|---|
com.nimbusds.jose |
Javascript Object Signing and Encryption (JOSE) classes.
|
Modifier and Type | Field and Description |
---|---|
static CompressionAlgorithm |
CompressionAlgorithm.DEF
DEFLATE Compressed Data Format Specification version 1.3, as
described in RFC 1951.
|
Modifier and Type | Method and Description |
---|---|
CompressionAlgorithm |
JWEHeader.getCompressionAlgorithm()
Gets the compression algorithm (
zip ) parameter. |
Modifier and Type | Method and Description |
---|---|
JWEHeader.Builder |
JWEHeader.Builder.compressionAlgorithm(CompressionAlgorithm zip)
Sets the compression algorithm (
zip ) parameter. |
Constructor and Description |
---|
JWEHeader(Algorithm alg,
EncryptionMethod enc,
JOSEObjectType typ,
String cty,
Set<String> crit,
URI jku,
JWK jwk,
URI x5u,
Base64URL x5t,
Base64URL x5t256,
List<Base64> x5c,
String kid,
JWK epk,
CompressionAlgorithm zip,
Base64URL apu,
Base64URL apv,
Base64URL p2s,
int p2c,
Base64URL iv,
Base64URL tag,
Map<String,Object> customParams,
Base64URL parsedBase64URL)
Creates a new JSON Web Encryption (JWE) header.
|
Copyright © 2018 Connect2id Ltd.. All rights reserved.