Struct infisical_api::utils::aes256gcm::Encryption
source · pub struct Encryption {
pub text: String,
pub tag: String,
pub nonce: String,
}Fields§
§text: String§tag: String§nonce: StringTrait Implementations§
source§impl Debug for Encryption
impl Debug for Encryption
source§impl From<Encryption> for EncryptedComment
impl From<Encryption> for EncryptedComment
source§fn from(encryption: Encryption) -> EncryptedComment
fn from(encryption: Encryption) -> EncryptedComment
Converts to this type from the input type.
source§impl From<Encryption> for EncryptedKey
impl From<Encryption> for EncryptedKey
source§fn from(encryption: Encryption) -> EncryptedKey
fn from(encryption: Encryption) -> EncryptedKey
Converts to this type from the input type.
source§impl From<Encryption> for EncryptedValue
impl From<Encryption> for EncryptedValue
source§fn from(encryption: Encryption) -> EncryptedValue
fn from(encryption: Encryption) -> EncryptedValue
Converts to this type from the input type.