Package | Description |
---|---|
org.apache.cxf.rs.security.jose.jwa | |
org.apache.cxf.rs.security.jose.jwe | |
org.apache.cxf.rs.security.jose.jwk |
Modifier and Type | Method and Description |
---|---|
static KeyAlgorithm |
KeyAlgorithm.getAlgorithm(String algo) |
static KeyAlgorithm |
KeyAlgorithm.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KeyAlgorithm[] |
KeyAlgorithm.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
KeyAlgorithm |
EcdhAesWrapKeyDecryptionAlgorithm.getAlgorithm() |
KeyAlgorithm |
KeyDecryptionProvider.getAlgorithm() |
KeyAlgorithm |
PbesHmacAesWrapKeyEncryptionAlgorithm.getAlgorithm() |
KeyAlgorithm |
DirectKeyDecryptionAlgorithm.getAlgorithm() |
KeyAlgorithm |
DirectKeyEncryptionAlgorithm.getAlgorithm() |
KeyAlgorithm |
WrappedKeyDecryptionAlgorithm.getAlgorithm() |
KeyAlgorithm |
EcdhAesWrapKeyEncryptionAlgorithm.getAlgorithm() |
KeyAlgorithm |
KeyEncryptionProvider.getAlgorithm() |
KeyAlgorithm |
AbstractWrapKeyEncryptionAlgorithm.getAlgorithm() |
KeyAlgorithm |
PbesHmacAesWrapKeyDecryptionAlgorithm.getAlgorithm() |
KeyAlgorithm |
AbstractJweDecryption.getKeyAlgorithm() |
KeyAlgorithm |
AbstractJweEncryption.getKeyAlgorithm() |
KeyAlgorithm |
JweKeyProperties.getKeyAlgorithm() |
KeyAlgorithm |
JweHeaders.getKeyEncryptionAlgorithm() |
static KeyAlgorithm |
JweUtils.getKeyEncryptionAlgorithm(Message m,
Properties props,
KeyAlgorithm defaultAlgo) |
static KeyAlgorithm |
JweUtils.getKeyEncryptionAlgorithm(Message m,
Properties props,
KeyAlgorithm algo,
KeyAlgorithm defaultAlgo) |
static KeyAlgorithm |
JweUtils.getKeyEncryptionAlgorithm(Properties props,
KeyAlgorithm defaultAlgo) |
Apache CXF