Home
last modified time | relevance | path

Searched refs:build2 (Results 1 - 1 of 1) sorted by relevance

/third_party/rust/crates/rust-openssl/openssl/src/
H A Dpkcs12.rs205 note = "Use Self::{name, pkey, cert, build2} instead.",
221 .build2(password) in build()
226 pub fn build2(&self, password: &str) -> Result<Pkcs12, ErrorStack> { in build2() functions
364 .build2("mypass") in create()
385 let pkcs12 = Pkcs12::builder().ca(chain).build2("hunter2").unwrap(); in create_only_ca()

Completed in 2 milliseconds