Struct openssl::ocsp::OcspCertId [−][src]
pub struct OcspCertId(_);
Implementations
impl OcspCertId
[src]
impl OcspCertId
[src]pub fn from_cert(
digest: MessageDigest,
subject: &X509Ref,
issuer: &X509Ref
) -> Result<OcspCertId, ErrorStack>
[src]
digest: MessageDigest,
subject: &X509Ref,
issuer: &X509Ref
) -> Result<OcspCertId, ErrorStack>
Constructs a certificate ID for certificate subject
.
Trait Implementations
impl AsRef<OcspCertIdRef> for OcspCertId
[src]
impl AsRef<OcspCertIdRef> for OcspCertId
[src]fn as_ref(&self) -> &OcspCertIdRef
[src]
impl Borrow<OcspCertIdRef> for OcspCertId
[src]
impl Borrow<OcspCertIdRef> for OcspCertId
[src]fn borrow(&self) -> &OcspCertIdRef
[src]
impl Deref for OcspCertId
[src]
impl Deref for OcspCertId
[src]type Target = OcspCertIdRef
The resulting type after dereferencing.
fn deref(&self) -> &OcspCertIdRef
[src]
impl DerefMut for OcspCertId
[src]
impl DerefMut for OcspCertId
[src]fn deref_mut(&mut self) -> &mut OcspCertIdRef
[src]
impl Drop for OcspCertId
[src]
impl Drop for OcspCertId
[src]impl ForeignType for OcspCertId
[src]
impl ForeignType for OcspCertId
[src]type CType = OCSP_CERTID
The raw C type.
type Ref = OcspCertIdRef
The type representing a reference to this type.