|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.fgov.ehealth.technicalconnector.signature.domain.CadesOption
public final class CadesOption
List of options that can be passed as CadesOption.
| Field Summary | |
|---|---|
static String |
ENCAPSULATE
Parameter to specify if the original message should be wrapped in the response The value must be a Boolean. |
static String |
SIGNATUREALGORITHM
Parameter to specify the signatureAlgorithm The value must be a String. |
static String |
SIGNATUREDIGEST
Deprecated. not longer used. SIGNATUREALGORITHM must be used by for changing the algorthim. |
static String |
SIGNEDATTRIBUTEGENERATOR
Parameter to specify which attributes should be used to generate the signed attributes The value must be a CMSAttributeTableGenerator. |
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
@Deprecated public static final String SIGNATUREDIGEST
String
public static final String SIGNATUREALGORITHM
The value must be a String. The default values is: Sha1WithRSA
public static final String ENCAPSULATE
The value must be a Boolean. The default values is: false
public static final String SIGNEDATTRIBUTEGENERATOR
The value must be a CMSAttributeTableGenerator. The default values is:
DefaultSignedAttributeTableGenerator
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||