Package | Description |
---|---|
org.wildfly.swarm.jose |
Modifier and Type | Field and Description |
---|---|
static JoseFormat |
JoseProperties.DEFAULT_JOSE_FORMAT |
Modifier and Type | Method and Description |
---|---|
JoseFormat |
JoseConfiguration.encryptionFormat() |
JoseFormat |
JoseConfiguration.signatureFormat() |
static JoseFormat |
JoseFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JoseFormat[] |
JoseFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
JoseConfiguration |
JoseConfiguration.encryptionFormat(JoseFormat format) |
JoseConfiguration |
JoseConfiguration.signatureFormat(JoseFormat format) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.