RsaSignatureAssociatedOid

Trait RsaSignatureAssociatedOid 

Source
pub trait RsaSignatureAssociatedOid {
    const OID: ObjectIdentifier;
}
Expand description

A trait which associates an RSA-specific OID with a type.

Required Associated Constants§

Source

const OID: ObjectIdentifier

The OID associated with this type.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementations on Foreign Types§

Source§

impl RsaSignatureAssociatedOid for Sha1

Available on crate feature sha1 only.
Source§

impl RsaSignatureAssociatedOid for Sha224

Available on crate feature sha2 only.
Source§

impl RsaSignatureAssociatedOid for Sha256

Available on crate feature sha2 only.
Source§

impl RsaSignatureAssociatedOid for Sha384

Available on crate feature sha2 only.
Source§

impl RsaSignatureAssociatedOid for Sha512

Available on crate feature sha2 only.

Implementors§