Package | Description |
---|---|
org.apache.wss4j.common.crypto |
Modifier and Type | Method and Description |
---|---|
CryptoType.TYPE |
CryptoType.getType()
Get the type
|
static CryptoType.TYPE |
CryptoType.TYPE.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CryptoType.TYPE[] |
CryptoType.TYPE.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
CryptoType.setType(CryptoType.TYPE type)
Set the type.
|
Constructor and Description |
---|
CryptoType(CryptoType.TYPE type)
Constructor with a TYPE argument
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.