RSA
Constructors
Properties
The underlying JCA PrivateKey object.
The underlying JCA PrivateKey object.
Whether the signer may ask for user interaction when sign is called
The underlying SecKeyRef referencing the signer's private key. ⚠️ If returned from a keychain signer, must be used immediately. Do not store long term. ⚠️
Functions
Gets a platform verifier for signatures generated by this Signer.
Get a verifier for signatures generated by this Signer.
Signs data. Might ask for user confirmation first if this Signer.
Shorthand helper to create an X509Certificate by signing tbsCertificate
Shorthand helper to create a Pkcs10CertificationRequest by signing tbsCsr
Try to ensure that the Signer is ready to immediately sign data, on a best-effort basis. For example, if user authorization allows signing for a given timeframe, this will prompts for authorization now.