public interface SignerCustomizations<B extends SignerCustomizations<B>>
| Modifier and Type | Method and Description |
|---|---|
B |
onBehalfOf(OnBehalfOf onBehalfOf)
Specify which party the signer is
signing on behalf of. |
B |
withSignatureType(SignatureType type)
Specify the
type of signature to use for the signer. |
B withSignatureType(SignatureType type)
type of signature to use for the signer.type - the SignatureTypeB onBehalfOf(OnBehalfOf onBehalfOf)
signing on behalf of.onBehalfOf - the OnBehalfOf-valueCopyright © 2018 Digipost. All rights reserved.