Static webpki::RSA_PSS_2048_8192_SHA512_LEGACY_KEY [] [src]

pub static RSA_PSS_2048_8192_SHA512_LEGACY_KEY: SignatureAlgorithm = SignatureAlgorithm{public_key_alg_id: RSA_ENCRYPTION,
                   signature_alg_id: RSA_PSS_SHA512,
                   verification_alg: &signature::RSA_PSS_2048_8192_SHA512,}

RSA PSS signatures using SHA-512 for keys of 2048-8192 bits and of type rsaEncryption; see https://tools.ietf.org/html/rfc4055#section-1.2