pub struct SecIdentity(_);
Expand description

A type representing an identity.

Identities are a certificate paired with the corresponding private key.

Implementations§

Returns the certificate corresponding to this identity.

Returns the private key corresponding to this identity.

Translates to SecItemDelete, passing in the SecIdentityRef

Trait Implementations§

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Formats the value using the given formatter. Read more
Executes the destructor for this type. Read more
This method tests for self and other values to be equal, and is used by ==.
This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Creates an identity corresponding to a certificate, looking in the provided keychains for the corresponding private key. Read more
The reference type wrapped inside this type.
Returns the object as its concrete TypeRef.
Returns an instance of the object, wrapping the underlying CFTypeRef subclass. Use this when following Core Foundation’s “Get Rule”. The reference count is bumped.
Returns the object as a raw CFTypeRef. The reference count is not adjusted.
Returns an instance of the object, wrapping the underlying CFTypeRef subclass. Use this when following Core Foundation’s “Create Rule”. The reference count is not bumped.
Returns the type ID for this class.
Returns the object as a wrapped CFType. The reference count is incremented by one.
Returns the object as a wrapped CFType. Consumes self and avoids changing the reference count.
Returns the reference count of the object. It is unwise to do anything other than test whether the return value of this method is greater than zero.
Returns the type ID of this object.
Writes a debugging version of this object on standard error.
Returns true if this value is an instance of another type.

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.