Static webpki::RSA_PSS_2048_8192_SHA384_LEGACY_KEY [] [src]

pub static RSA_PSS_2048_8192_SHA384_LEGACY_KEY: SignatureAlgorithm = SignatureAlgorithm{public_key_alg_id: RSA_ENCRYPTION,
                   signature_alg_id: RSA_PSS_SHA384,
                   verification_alg: &signature::RSA_PSS_2048_8192_SHA384,}

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