pub struct CredentialPrimaryPublicKey { /* private fields */ }Expand description
Issuer’s “Public Key” is used to verify the Issuer’s signature over the Credential’s attributes’ values (primary credential).
Implementations§
Source§impl CredentialPrimaryPublicKey
impl CredentialPrimaryPublicKey
pub fn clone(&self) -> Result<CredentialPrimaryPublicKey, IndyCryptoError>
Trait Implementations§
Source§impl Debug for CredentialPrimaryPublicKey
impl Debug for CredentialPrimaryPublicKey
Source§impl<'a> Deserialize<'a> for CredentialPrimaryPublicKey
impl<'a> Deserialize<'a> for CredentialPrimaryPublicKey
Source§fn deserialize<D: Deserializer<'a>>(deserializer: D) -> Result<Self, D::Error>
fn deserialize<D: Deserializer<'a>>(deserializer: D) -> Result<Self, D::Error>
Deserialize this value from the given Serde deserializer. Read more
impl StructuralPartialEq for CredentialPrimaryPublicKey
Auto Trait Implementations§
impl Freeze for CredentialPrimaryPublicKey
impl RefUnwindSafe for CredentialPrimaryPublicKey
impl Send for CredentialPrimaryPublicKey
impl Sync for CredentialPrimaryPublicKey
impl Unpin for CredentialPrimaryPublicKey
impl UnsafeUnpin for CredentialPrimaryPublicKey
impl UnwindSafe for CredentialPrimaryPublicKey
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