Struct ring::signature::RSAParameters [−][src]
pub struct RSAParameters { /* fields omitted */ }
Parameters for RSA verification.
Trait Implementations
impl VerificationAlgorithm for RSAParameters
[src]
impl VerificationAlgorithm for RSAParameters
fn verify(
&self,
public_key: Input,
msg: Input,
signature: Input
) -> Result<(), Unspecified>
[src]
fn verify(
&self,
public_key: Input,
msg: Input,
signature: Input
) -> Result<(), Unspecified>
Verify the signature signature
of message msg
with the public key public_key
. Read more
impl Debug for RSAParameters
[src]
impl Debug for RSAParameters
Auto Trait Implementations
impl Send for RSAParameters
impl Send for RSAParameters
impl Sync for RSAParameters
impl Sync for RSAParameters