Struct kanidmd_lib::valueset::ValueSetJwsKeyRs256
source · pub struct ValueSetJwsKeyRs256 { /* private fields */ }
Implementations§
source§impl ValueSetJwsKeyRs256
impl ValueSetJwsKeyRs256
pub fn new(k: JwsSigner) -> Box<Self>
pub fn push(&mut self, k: JwsSigner) -> bool
pub fn from_dbvs2(data: &[Vec<u8>]) -> Result<ValueSet, OperationError>
pub fn from_repl_v1(
data: &[Base64UrlSafeData]
) -> Result<ValueSet, OperationError>
pub fn from_iter<T>(iter: T) -> Option<Box<ValueSetJwsKeyRs256>>where
T: IntoIterator<Item = JwsSigner>,
Trait Implementations§
source§impl Clone for ValueSetJwsKeyRs256
impl Clone for ValueSetJwsKeyRs256
source§fn clone(&self) -> ValueSetJwsKeyRs256
fn clone(&self) -> ValueSetJwsKeyRs256
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more