|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.fgov.ehealth.technicalconnector.signature.domain.XadesOption
public final class XadesOption
List of options that can be passed as XadesOption.
Field Summary | |
---|---|
static String |
BASEURI
Parameter to specify the baseURI The values must be a String . |
static String |
CANONICALIZATIONMETHODURI
Parameter to specify a canonicalizationMethodURI The value must be a String . |
static String |
DIGESTURI
Parameter to specify a digestURI The value must be a String . |
static String |
ENCAPSULATE
Parameter to specify if the |
static String |
FOLLOWNESTEDMANIFEST
Flag indicating that the documents referenced in the manifest must be followed. |
static String |
SIGNATUREMETHODURI
Parameter to specify the signatureMethodURI |
static String |
SIGNATURETIMESTAMP_ALGORITHMURI
Parameter to specify the digest used to invoke the timestamping authority. |
static String |
SIGNATURETIMESTAMP_CANONICALIZATIONMETHODURI
Parameter to specify a canonicalizationMethodURI of the SignatureTimeStamp |
static String |
SIGNATURETIMESTAMP_CREDENTIAL
Parameter to specify the credential to invoke the timestamping authority. |
static String |
SIGNATURETIMESTAMP_PROFILE
Parameter to specify the profile to invoke the timestamping authority. |
static String |
SIGNATURETIMESTAMP_TSA_URL
Parameter to specify the endpoint of the TimestampAuthority to invoke. |
static String |
SIGNINGTIME_CLOCK_SKEW_DURATION
Parameter to specify the clockskew to use when using the signing time. |
static String |
SIGNINGTIME_CLOCK_SKEW_TIMEUNIT
Parameter to specify the clockskew to use when using the signing time. |
static String |
TRANFORMERLIST
Deprecated. TRANSFORMERLIST should be used |
static String |
TRANSFORMERLIST
Parameter to specify the transformer that must be used. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String FOLLOWNESTEDMANIFEST
The value must be a Boolean
public static final String DIGESTURI
String
.
The default value is: http://www.w3.org/2001/04/xmlenc#sha256
public static final String TRANSFORMERLIST
The values must be a List
containing String
. The default value is an empty List
.
@Deprecated public static final String TRANFORMERLIST
TRANSFORMERLIST
should be usedpublic static final String CANONICALIZATIONMETHODURI
String
.
The default values is: http://www.w3.org/2001/10/xml-exc-c14n#"
public static final String SIGNATUREMETHODURI
The value must be a String
. The default values is: http://www.w3.org/2001/04/xmldsig-more#rsa-sha256
public static final String BASEURI
String
.
The default values is an empty String
.
public static final String SIGNATURETIMESTAMP_CANONICALIZATIONMETHODURI
The value must be a String
. The default values is: http://www.w3.org/2001/10/xml-exc-c14n#
public static final String SIGNATURETIMESTAMP_ALGORITHMURI
The value must be a String
. The default values is:
public static final String SIGNATURETIMESTAMP_PROFILE
The value must be a String
. The default values is: SHA-256
public static final String SIGNATURETIMESTAMP_CREDENTIAL
The value must be a Credential
. The default values is: Holder-Of-Key
certificate of the session
public static final String SIGNATURETIMESTAMP_TSA_URL
The value must be a String
. The default values is: the value of the property of endpoint.tsa.authory
public static final String SIGNINGTIME_CLOCK_SKEW_DURATION
The value must be a Integer
. The default value is: 5.
public static final String SIGNINGTIME_CLOCK_SKEW_TIMEUNIT
The value must be a TimeUnit
. The default value is: TimeUnit.MINUTES
.
public static final String ENCAPSULATE
The value must be a Boolean
. The default values is: false
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |