[−][src]Enum teaclave_types::FileCrypto
Variants
AesGcm128(AesGcm128Key)
AesGcm256(AesGcm256Key)
TeaclaveFile128(TeaclaveFile128Key)
Methods
impl FileCrypto
[src]
pub fn new(schema: &str, key: &[u8], iv: &[u8]) -> Result<Self>
[src]
pub fn schema(&self) -> &str
[src]
pub fn key_iv(&self) -> (Vec<u8>, Vec<u8>)
[src]
Trait Implementations
impl Clone for FileCrypto
[src]
fn clone(&self) -> FileCrypto
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for FileCrypto
[src]
impl Debug for FileCrypto
[src]
impl Default for FileCrypto
[src]
impl<'de> Deserialize<'de> for FileCrypto
[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
[src]
__D: Deserializer<'de>,
impl From<AesGcm128Key> for FileCrypto
[src]
fn from(crypto: AesGcm128Key) -> Self
[src]
impl From<AesGcm256Key> for FileCrypto
[src]
fn from(crypto: AesGcm256Key) -> Self
[src]
impl From<TeaclaveFile128Key> for FileCrypto
[src]
fn from(crypto: TeaclaveFile128Key) -> Self
[src]
impl PartialEq<FileCrypto> for FileCrypto
[src]
fn eq(&self, other: &FileCrypto) -> bool
[src]
fn ne(&self, other: &FileCrypto) -> bool
[src]
impl Serialize for FileCrypto
[src]
fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error> where
__S: Serializer,
[src]
__S: Serializer,
impl StructuralPartialEq for FileCrypto
[src]
Auto Trait Implementations
impl RefUnwindSafe for FileCrypto
impl Send for FileCrypto
impl Sync for FileCrypto
impl Unpin for FileCrypto
impl UnwindSafe for FileCrypto
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> DeserializeOwned for T where
T: Deserialize<'de>,
[src]
T: Deserialize<'de>,
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
[src]
V: MultiLane<T>,