pub struct NoConfiguration;Trait Implementations§
Source§impl<S> ConfigurationAlgorithm<S> for NoConfigurationwhere
S: CryptographicSuite,
impl<S> ConfigurationAlgorithm<S> for NoConfigurationwhere
S: CryptographicSuite,
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, proof_options: ProofOptions<<S as CryptographicSuite>::VerificationMethod, <S as CryptographicSuite>::ProofOptions>, _: <<S as CryptographicSuite>::Configuration as ConfigurationAlgorithm<S>>::InputSignatureOptions, ) -> Result<(ProofConfiguration<S>, <NoConfiguration as ConfigurationAlgorithm<S>>::TransformationOptions), ConfigurationError>
fn configure_verification( _suite: &S, _verification_options: &<<S as CryptographicSuite>::Configuration as ConfigurationAlgorithm<S>>::InputVerificationOptions, ) -> Result<<NoConfiguration as ConfigurationAlgorithm<S>>::TransformationOptions, ConfigurationError>
Auto Trait Implementations§
impl Freeze for NoConfiguration
impl RefUnwindSafe for NoConfiguration
impl Send for NoConfiguration
impl Sync for NoConfiguration
impl Unpin for NoConfiguration
impl UnwindSafe for NoConfiguration
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.