//! Signing-key registry domain constants and state predicates.
pub const DEFAULT_SIGNING_ALGORITHM: &str = "RS256";
pub const STATE_ACTIVE: &str = "ACTIVE";
pub const STATE_VERIFYING: &str = "VERIFYING";
pub const STATE_RETIRED: &str = "RETIRED";
pub const STATE_COMPROMISED: &str = "COMPROMISED";
pub const EMERGENCY_COMPROMISE_REASON: &str = "emergency_compromise";
/// States whose public material can be included in JWKS.