Package | Description |
---|---|
org.jboss.resteasy.jose.i18n | |
org.jboss.resteasy.jose.jwe | |
org.jboss.resteasy.jose.jwe.crypto |
Modifier and Type | Method and Description |
---|---|
String |
Messages.unsupportedCompressionAlgorithm(CompressionAlgorithm algorithm) |
Modifier and Type | Method and Description |
---|---|
CompressionAlgorithm |
JWEHeader.getCompressionAlgorithm() |
static CompressionAlgorithm |
CompressionAlgorithm.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CompressionAlgorithm[] |
CompressionAlgorithm.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
JWEHeader.setCompressionAlgorithm(CompressionAlgorithm compressionAlgorithm) |
Modifier and Type | Method and Description |
---|---|
static String |
RSAEncrypter.encrypt(Algorithm alg,
EncryptionMethod enc,
CompressionAlgorithm compressionAlgorithm,
RSAPublicKey publicKey,
String encodedJWEHeader,
byte[] bytes) |
static String |
DirectEncrypter.encrypt(EncryptionMethod enc,
CompressionAlgorithm compressionAlgorithm,
String encodedJWEHeader,
SecretKey key,
byte[] bytes) |
Copyright © 2016 JBoss by Red Hat. All rights reserved.