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