pub struct AddProofContext<C>(/* private fields */);Trait Implementations§
Source§impl<C, S: CryptographicSuite + Default> ConfigurationAlgorithm<S> for AddProofContext<C>
impl<C, S: CryptographicSuite + Default> ConfigurationAlgorithm<S> for AddProofContext<C>
Source§type InputVerificationMethod = <S as CryptographicSuite>::VerificationMethod
type InputVerificationMethod = <S as CryptographicSuite>::VerificationMethod
Input type for the verification method.
Source§type InputSuiteOptions = <S as CryptographicSuite>::ProofOptions
type InputSuiteOptions = <S as CryptographicSuite>::ProofOptions
Input suite-specific proof options. Read more
Source§type InputSignatureOptions = ()
type InputSignatureOptions = ()
Input suite-specific signature options. Read more
Source§type InputVerificationOptions = ()
type InputVerificationOptions = ()
Input suite-specific verification options. Read more
Source§type TransformationOptions = ()
type TransformationOptions = ()
Document transformation options.
fn configure_signature( suite: &S, options: ProofOptions<S::VerificationMethod, S::ProofOptions>, _: InputSignatureOptions<S>, ) -> Result<(ProofConfiguration<S>, Self::TransformationOptions), ConfigurationError>
fn configure_verification( _suite: &S, _verification_options: &InputVerificationOptions<S>, ) -> Result<Self::TransformationOptions, ConfigurationError>
Auto Trait Implementations§
impl<C> Freeze for AddProofContext<C>
impl<C> RefUnwindSafe for AddProofContext<C>where
C: RefUnwindSafe,
impl<C> Send for AddProofContext<C>where
C: Send,
impl<C> Sync for AddProofContext<C>where
C: Sync,
impl<C> Unpin for AddProofContext<C>where
C: Unpin,
impl<C> UnsafeUnpin for AddProofContext<C>
impl<C> UnwindSafe for AddProofContext<C>where
C: UnwindSafe,
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> BorrowUnordered for T
impl<T> BorrowUnordered for T
fn as_unordered(&self) -> &Unordered<T>
Source§impl<T, U, C> IntoWithContext<U, C> for Twhere
U: FromWithContext<T, C>,
impl<T, U, C> IntoWithContext<U, C> for Twhere
U: FromWithContext<T, C>,
Source§impl<T> ResourceProvider<()> for T
impl<T> ResourceProvider<()> for T
Source§fn get_resource(&self) -> &()
fn get_resource(&self) -> &()
Returns a reference to the resource of type
T.