java.lang.Object | |
↳ | xades4j.production.BasicSignatureOptions |
Configuration of basic signature options such as whether ds:KeyInfo
elements should be included.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Configures whether the issuer/serial should be included in
ds:KeyInfo . | |||||||||||
Configures whether a
ds:KeyValue element containing the public key's
value should be included in ds:KeyInfo . | |||||||||||
Configures whether the signing certificate / chain should be included in
ds:KeyInfo . | |||||||||||
Configures whether the subject name should be included in
ds:KeyInfo . | |||||||||||
Configures whether the signature should cover the
ds:KeyInfo element. |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Configures whether the issuer/serial should be included in ds:KeyInfo
.
includeIssuerSerial | true if the issuer/serial should be included; false otherwise |
---|
Configures whether a ds:KeyValue
element containing the public key's
value should be included in ds:KeyInfo
.
includePublicKey | true if the public key should be included; false otherwise |
---|
Configures whether the signing certificate / chain should be included in ds:KeyInfo
.
includeSigningCertificateMode | the include mode |
---|
Configures whether the subject name should be included in ds:KeyInfo
.
includeSubjectName | true if the subject name should be included; false otherwise |
---|
Configures whether the signature should cover the ds:KeyInfo
element.
signKeyInfo | true if the ds:KeyInfo should be signed; false otherwise |
---|