public static final class DirectSigner.Builder extends Object implements SignerCustomizations<DirectSigner.Builder>
| Modifier and Type | Method and Description |
|---|---|
DirectSigner |
build() |
DirectSigner.Builder |
onBehalfOf(OnBehalfOf onBehalfOf)
Specify which party the signer is
signing on behalf of. |
DirectSigner.Builder |
withSignatureType(SignatureType type)
Specify the
type of signature to use for the signer. |
public DirectSigner.Builder withSignatureType(SignatureType type)
SignerCustomizationstype of signature to use for the signer.withSignatureType in interface SignerCustomizations<DirectSigner.Builder>type - the SignatureTypepublic DirectSigner.Builder onBehalfOf(OnBehalfOf onBehalfOf)
SignerCustomizationssigning on behalf of.onBehalfOf in interface SignerCustomizations<DirectSigner.Builder>onBehalfOf - the OnBehalfOf-valuepublic DirectSigner build()
Copyright © 2018 Digipost. All rights reserved.