Uses of Interface
com.pd4ml.pdf.sign.RemoteSigner
-
Packages that use RemoteSigner Package Description com.pd4ml.pdf.sign -
-
Uses of RemoteSigner in com.pd4ml.pdf.sign
Methods in com.pd4ml.pdf.sign that return RemoteSigner Modifier and Type Method Description RemoteSignerCertificateUtils.SigningIdentity. getRemoteSigner()The remote signing callback for a KMS-backed identity, ornullfor a local (PKCS#12/PKCS#11) key.Methods in com.pd4ml.pdf.sign with parameters of type RemoteSigner Modifier and Type Method Description static CertificateUtils.SigningIdentityCertificateUtils. forRemoteKey(java.security.cert.Certificate[] certificateChain, RemoteSigner remoteSigner)Builds a signing identity for a key that lives entirely in a remote KMS (AWS KMS, Azure Key Vault, GCP Cloud KMS, or any signing service reachable over the network) -- there is no localPrivateKey; every signature is produced by callingremoteSigner.
-