Class DirectSigner.Builder
java.lang.Object
no.digipost.signature.client.direct.DirectSigner.Builder
- All Implemented Interfaces:
SignerCustomizations<DirectSigner.Builder>
- Enclosing class:
DirectSigner
public static final class DirectSigner.Builder
extends Object
implements SignerCustomizations<DirectSigner.Builder>
-
Method Summary
Modifier and TypeMethodDescriptionbuild()onBehalfOf(OnBehalfOf onBehalfOf) Specify which party the signer issigning on behalf of.Specify thetype of signatureto use for the signer.
-
Method Details
-
withSignatureType
Description copied from interface:SignerCustomizationsSpecify thetype of signatureto use for the signer.- Specified by:
withSignatureTypein interfaceSignerCustomizations<DirectSigner.Builder>- Parameters:
type- theSignatureType
-
onBehalfOf
Description copied from interface:SignerCustomizationsSpecify which party the signer issigning on behalf of.- Specified by:
onBehalfOfin interfaceSignerCustomizations<DirectSigner.Builder>- Parameters:
onBehalfOf- theOnBehalfOf-value
-
build
-