| Package | Description |
|---|---|
| eu.europa.esig.dss |
| Modifier and Type | Method and Description |
|---|---|
SignatureLevel |
AbstractSerializableSignatureParameters.getSignatureLevel()
Get signature level: XAdES_BASELINE_T, CAdES_BASELINE_LTA...
|
static SignatureLevel |
SignatureLevel.valueByName(String name)
Returns the SignatureLevel based on the name (String)
|
static SignatureLevel |
SignatureLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SignatureLevel[] |
SignatureLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractSerializableSignatureParameters.setSignatureLevel(SignatureLevel signatureLevel)
Set signature level.
|
Copyright © 2018. All rights reserved.