pub enum PairKey {
By,
Hash,
Cert,
Chain,
Subject,
Uri,
Dns,
}
Expand description
Variants of pair keys in XFCC elements
Variants§
By
The Subject Alternative Name (URI type) of the current proxy’s certificate
Hash
The SHA 256 digest of the current client certificate
Cert
The entire client certificate in URL encoded PEM format
Chain
The entire client certificate chain (including the leaf certificate) in URL encoded PEM format
Subject
The Subject field of the current client certificate
Uri
The URI type Subject Alternative Name field of the current client certificate
Dns
The DNS type Subject Alternative Name field of the current client certificate
Trait Implementations§
impl Eq for PairKey
impl StructuralPartialEq for PairKey
Auto Trait Implementations§
impl Freeze for PairKey
impl RefUnwindSafe for PairKey
impl Send for PairKey
impl Sync for PairKey
impl Unpin for PairKey
impl UnwindSafe for PairKey
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