[−][src]Struct crev_data::id::OwnId
A PubId with the corresponding secret key
Fields
id: PubId
keypair: Keypair
Methods
impl OwnId[src]
impl OwnIdpub fn create_trust_proof(
&self,
ids: Vec<PubId>,
trust_level: TrustLevel
) -> Result<Trust>[src]
pub fn create_trust_proof(
&self,
ids: Vec<PubId>,
trust_level: TrustLevel
) -> Result<Trust>impl OwnId[src]
impl OwnIdpub fn new(url: Url, sec_key: Vec<u8>) -> Result<Self>[src]
pub fn new(url: Url, sec_key: Vec<u8>) -> Result<Self>pub fn sign(&self, msg: &[u8]) -> Vec<u8>[src]
pub fn sign(&self, msg: &[u8]) -> Vec<u8>pub fn type_as_string(&self) -> String[src]
pub fn type_as_string(&self) -> Stringpub fn as_pubid(&self) -> &PubId[src]
pub fn as_pubid(&self) -> &PubIdpub fn generate_for_git_url(url: &str) -> Self[src]
pub fn generate_for_git_url(url: &str) -> Selfpub fn generate(url: Url) -> Self[src]
pub fn generate(url: Url) -> SelfTrait Implementations
Auto Trait Implementations
Blanket Implementations
impl<T> From for T[src]
impl<T> From for Timpl<T, U> Into for T where
U: From<T>, [src]
impl<T, U> Into for T where
U: From<T>, impl<T, U> TryFrom for T where
T: From<U>, [src]
impl<T, U> TryFrom for T where
T: From<U>, type Error = !
🔬 This is a nightly-only experimental API. (
try_from)The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>impl<T> Borrow for T where
T: ?Sized, [src]
impl<T> Borrow for T where
T: ?Sized, impl<T> BorrowMut for T where
T: ?Sized, [src]
impl<T> BorrowMut for T where
T: ?Sized, fn borrow_mut(&mut self) -> &mut T[src]
fn borrow_mut(&mut self) -> &mut Timpl<T, U> TryInto for T where
U: TryFrom<T>, [src]
impl<T, U> TryInto for T where
U: TryFrom<T>, type Error = <U as TryFrom<T>>::Error
🔬 This is a nightly-only experimental API. (
try_from)The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>impl<T> Any for T where
T: 'static + ?Sized, [src]
impl<T> Any for T where
T: 'static + ?Sized, fn get_type_id(&self) -> TypeId[src]
fn get_type_id(&self) -> TypeIdimpl<T> Same for T
impl<T> Same for Ttype Output = T
Should always be Self