|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectxades4j.providers.impl.DefaultBasicSignatureOptionsProvider
public class DefaultBasicSignatureOptionsProvider
The default implementation of BasicSignatureOptionsProvider. The defaults
are:
| Constructor Summary | |
|---|---|
DefaultBasicSignatureOptionsProvider()
|
|
| Method Summary | |
|---|---|
boolean |
includePublicKey()
Indicates whether a ds:KeyValue element containing the public key's
value should be included in ds:KeyInfo. |
boolean |
includeSigningCertificate()
Indicates whether the signing certificate should be included in a ds:X509Certificate element within ds:KeyInfo. |
boolean |
signSigningCertificate()
Indicates whether the signature should cover the ds:X509Certificate
element containing the signing certificate. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultBasicSignatureOptionsProvider()
| Method Detail |
|---|
public boolean includeSigningCertificate()
BasicSignatureOptionsProviderds:X509Certificate element within ds:KeyInfo.
includeSigningCertificate in interface BasicSignatureOptionsProvidertrue if the certificate should be included; false otherwisepublic boolean includePublicKey()
BasicSignatureOptionsProviderds:KeyValue element containing the public key's
value should be included in ds:KeyInfo.
includePublicKey in interface BasicSignatureOptionsProvidertrue if the public key should be included; false otherwisepublic boolean signSigningCertificate()
BasicSignatureOptionsProviderds:X509Certificate
element containing the signing certificate. This is only considered if
BasicSignatureOptionsProvider.includeSigningCertificate() returns true.
signSigningCertificate in interface BasicSignatureOptionsProvidertrue if the certificate should be signed; false otherwise
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||