Package | Description |
---|---|
org.apache.ws.security.components.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 © 2004–2015 The Apache Software Foundation. All rights reserved.