Request signing
All state-changing requests made to the DFNS API must be cryptographically signed. The SDK handles this automatically when you configure a signer.For a detailed explanation of request signing and User Action Challenges, see Signing requests.
Authentication tokens
The client requires a validauthToken. See Required headers for details on obtaining tokens.
KeySigner configuration
TheKeySigner class provides factory methods for each supported key type. Each method takes a credential ID and the private key bytes:
If you have a PEM file, strip the header/footer lines and Base64-decode the content to get the DER bytes.