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 |
ReadOnlyJWEHeader.getCompressionAlgorithm()
Gets the compression algorithm (
zip ) parameter. |
CompressionAlgorithm |
JWEHeader.getCompressionAlgorithm() |
Modifier and Type | Method and Description |
---|---|
void |
JWEHeader.setCompressionAlgorithm(CompressionAlgorithm zip)
Sets the compression algorithm (
zip ) parameter. |
Copyright © 2014 Connect2id Ltd.. All Rights Reserved.