pub struct AddProofContext<C>(/* private fields */);Trait Implementations§
Source§impl<C, S> ConfigurationAlgorithm<S> for AddProofContext<C>
impl<C, S> 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 as CryptographicSuite>::VerificationMethod, <S as CryptographicSuite>::ProofOptions>, _: <<S as CryptographicSuite>::Configuration as ConfigurationAlgorithm<S>>::InputSignatureOptions, ) -> Result<(ProofConfiguration<S>, <AddProofContext<C> as ConfigurationAlgorithm<S>>::TransformationOptions), ConfigurationError>
fn configure_verification( _suite: &S, _verification_options: &<<S as CryptographicSuite>::Configuration as ConfigurationAlgorithm<S>>::InputVerificationOptions, ) -> Result<<AddProofContext<C> as ConfigurationAlgorithm<S>>::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> 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.