Method Standards.PKCS.CSR.sign_cri()
- Method sign_cri
Sequence sign_cri(CRI cri, Crypto.Sign sign, Crypto.Hash hash)
- Description
Sign a CRI to generate a Certificate Signing Request.
- Parameter cri
CertificationRequestInfo to sign.
- Parameter sign
Signature to use. Must have a private key set that matches the public key in the keyinfo in cri.
- Parameter hash
Hash algorithm to use for the signature.