#[repr(C)]pub struct CSSM_APPLE_TP_CERT_REQUEST {Show 17 fields
pub cspHand: CSSM_CSP_HANDLE,
pub clHand: CSSM_CL_HANDLE,
pub serialNumber: uint32,
pub numSubjectNames: uint32,
pub subjectNames: *mut CSSM_APPLE_TP_NAME_OID,
pub numIssuerNames: uint32,
pub issuerNames: *mut CSSM_APPLE_TP_NAME_OID,
pub issuerNameX509: CSSM_X509_NAME_PTR,
pub certPublicKey: *const CSSM_KEY,
pub issuerPrivateKey: *const CSSM_KEY,
pub signatureAlg: CSSM_ALGORITHMS,
pub signatureOid: SecAsn1Oid,
pub notBefore: uint32,
pub notAfter: uint32,
pub numExtensions: uint32,
pub extensions: *mut CE_DataAndType,
pub challengeString: *const c_char,
}
Available on crate features
SecAsn1Types
and certextensions
and cssmapple
and cssmconfig
and cssmtype
and x509defs
only.Expand description
Fields§
§cspHand: CSSM_CSP_HANDLE
§clHand: CSSM_CL_HANDLE
§serialNumber: uint32
§numSubjectNames: uint32
§subjectNames: *mut CSSM_APPLE_TP_NAME_OID
§numIssuerNames: uint32
§issuerNames: *mut CSSM_APPLE_TP_NAME_OID
§issuerNameX509: CSSM_X509_NAME_PTR
§certPublicKey: *const CSSM_KEY
§issuerPrivateKey: *const CSSM_KEY
§signatureAlg: CSSM_ALGORITHMS
§signatureOid: SecAsn1Oid
§notBefore: uint32
§notAfter: uint32
§numExtensions: uint32
§extensions: *mut CE_DataAndType
§challengeString: *const c_char
Trait Implementations§
Source§impl Clone for CSSM_APPLE_TP_CERT_REQUEST
impl Clone for CSSM_APPLE_TP_CERT_REQUEST
Source§fn clone(&self) -> CSSM_APPLE_TP_CERT_REQUEST
fn clone(&self) -> CSSM_APPLE_TP_CERT_REQUEST
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for CSSM_APPLE_TP_CERT_REQUEST
impl Debug for CSSM_APPLE_TP_CERT_REQUEST
Source§impl Encode for CSSM_APPLE_TP_CERT_REQUEST
Available on crate feature objc2
only.
impl Encode for CSSM_APPLE_TP_CERT_REQUEST
Available on crate feature
objc2
only.Source§impl RefEncode for CSSM_APPLE_TP_CERT_REQUEST
Available on crate feature objc2
only.
impl RefEncode for CSSM_APPLE_TP_CERT_REQUEST
Available on crate feature
objc2
only.Source§const ENCODING_REF: Encoding
const ENCODING_REF: Encoding
The Objective-C type-encoding for a reference of this type. Read more
impl Copy for CSSM_APPLE_TP_CERT_REQUEST
impl StructuralPartialEq for CSSM_APPLE_TP_CERT_REQUEST
Auto Trait Implementations§
impl Freeze for CSSM_APPLE_TP_CERT_REQUEST
impl RefUnwindSafe for CSSM_APPLE_TP_CERT_REQUEST
impl !Send for CSSM_APPLE_TP_CERT_REQUEST
impl !Sync for CSSM_APPLE_TP_CERT_REQUEST
impl Unpin for CSSM_APPLE_TP_CERT_REQUEST
impl UnwindSafe for CSSM_APPLE_TP_CERT_REQUEST
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> EncodeArgument for Twhere
T: Encode,
impl<T> EncodeArgument for Twhere
T: Encode,
Source§const ENCODING_ARGUMENT: Encoding = T::ENCODING
const ENCODING_ARGUMENT: Encoding = T::ENCODING
The Objective-C type-encoding for this type.
Source§impl<T> EncodeReturn for Twhere
T: Encode,
impl<T> EncodeReturn for Twhere
T: Encode,
Source§const ENCODING_RETURN: Encoding = T::ENCODING
const ENCODING_RETURN: Encoding = T::ENCODING
The Objective-C type-encoding for this type.