Method Standards.PKCS.CSR.sign_cri()
- Method sign_cri
 Sequencesign_cri(CRIcri,Crypto.Signsign,Crypto.Hashhash)- 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.