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.contentEncryptionKeyLength(int length,
EncryptionMethod method) |
Modifier and Type | Method and Description |
---|---|
EncryptionMethod |
JWEHeader.getEncryptionMethod() |
static EncryptionMethod |
EncryptionMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EncryptionMethod[] |
EncryptionMethod.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.setEncryptionMethod(EncryptionMethod encryptionMethod) |
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 © 2015 JBoss by Red Hat. All rights reserved.