Skip to content

revocation

Structs

Enums


firma_sidecar::config::revocation::RevocationConfig

Section titled “firma_sidecar::config::revocation::RevocationConfig”

Struct

Validated revocation cache config.

Traits: Copy

Trait Implementations:

  • Clone
    • fn clone(self: &Self) -> RevocationConfig
  • Default
    • fn default() -> Self
  • TryFrom
    • fn try_from(schema: SchemaRevocationConfig) -> Result<Self, <Self as >::Error>
  • Debug
    • fn fmt(self: &Self, f: & mut $crate::fmt::Formatter) -> $crate::fmt::Result

firma_sidecar::config::revocation::RevocationConfigError

Section titled “firma_sidecar::config::revocation::RevocationConfigError”

Enum

Error validating a [RevocationConfig].

Variants:

  • ZeroCapacity - capacity was zero.
  • FprOutOfRange - fpr was not within the open interval (0.0, 1.0).
  • ZeroLruCapacity - lru_capacity was zero.

Traits: Eq, Copy, Error

Trait Implementations:

  • Display
    • fn fmt(self: &Self, __formatter: & mut ::core::fmt::Formatter) -> ::core::fmt::Result
  • Debug
    • fn fmt(self: &Self, f: & mut $crate::fmt::Formatter) -> $crate::fmt::Result
  • PartialEq
    • fn eq(self: &Self, other: &RevocationConfigError) -> bool
  • Clone
    • fn clone(self: &Self) -> RevocationConfigError