java.lang.Object | |
↳ | xades4j.providers.impl.DefaultBasicSignatureOptionsProvider |
The default implementation of BasicSignatureOptionsProvider
. The defaults
are:
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Indicates whether a
ds:KeyValue element containing the public key's
value should be included in ds:KeyInfo . | |||||||||||
Indicates whether the signing certificate should be included in a
ds:X509Certificate element within ds:KeyInfo . | |||||||||||
Indicates whether the signature should cover the
ds:X509Certificate
element containing the signing certificate. |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
xades4j.providers.BasicSignatureOptionsProvider
|
Indicates whether a ds:KeyValue
element containing the public key's
value should be included in ds:KeyInfo
.
true
if the public key should be included; false otherwise
Indicates whether the signing certificate should be included in a
ds:X509Certificate
element within ds:KeyInfo
.
true
if the certificate should be included; false otherwise
Indicates whether the signature should cover the ds:X509Certificate
element containing the signing certificate. This is only considered if
includeSigningCertificate()
returns true
.
true
if the certificate should be signed; false otherwise