[][src]Trait signatory::test_vector::ToPkcs8

pub trait ToPkcs8 {
    fn to_pkcs8(&self, alg: TestVectorAlgorithm) -> Vec<u8>;
}

Serialize test vector as PKCS#8

Required methods

fn to_pkcs8(&self, alg: TestVectorAlgorithm) -> Vec<u8>

Serialize this test vector as a PKCS#8 document

Loading content...

Implementors

impl ToPkcs8 for TestVector[src]

Loading content...