• Home
  • Raw
  • Download

Lines Matching defs:self

43     pub fn purpose(mut self, p: KeyPurpose) -> Self {  in purpose()
49 pub fn digest(mut self, d: Digest) -> Self { in digest()
55 pub fn algorithm(mut self, a: Algorithm) -> Self { in algorithm()
61 pub fn ec_curve(mut self, e: EcCurve) -> Self { in ec_curve()
67 pub fn attestation_challenge(mut self, b: Vec<u8>) -> Self { in attestation_challenge()
85 pub fn rsa_public_exponent(mut self, e: i64) -> Self { in rsa_public_exponent()
94 pub fn key_size(mut self, s: i32) -> Self { in key_size()
100 pub fn block_mode(mut self, b: BlockMode) -> Self { in block_mode()
106 pub fn cert_not_before(mut self, b: i64) -> Self { in cert_not_before()
115 pub fn cert_not_after(mut self, a: i64) -> Self { in cert_not_after()
124 pub fn padding_mode(mut self, p: PaddingMode) -> Self { in padding_mode()
130 pub fn mgf_digest(mut self, d: Digest) -> Self { in mgf_digest()
139 pub fn nonce(mut self, b: Vec<u8>) -> Self { in nonce()
154 pub fn mac_length(mut self, l: i32) -> Self { in mac_length()
160 pub fn min_mac_length(mut self, l: i32) -> Self { in min_mac_length()
167 pub fn attestation_device_brand(mut self, b: Vec<u8>) -> Self { in attestation_device_brand()
176 pub fn attestation_device_name(mut self, b: Vec<u8>) -> Self { in attestation_device_name()
185 pub fn attestation_device_product_name(mut self, b: Vec<u8>) -> Self { in attestation_device_product_name()
194 pub fn attestation_device_serial(mut self, b: Vec<u8>) -> Self { in attestation_device_serial()
203 pub fn attestation_device_imei(mut self, b: Vec<u8>) -> Self { in attestation_device_imei()
212 pub fn attestation_device_second_imei(mut self, b: Vec<u8>) -> Self { in attestation_device_second_imei()
221 pub fn attestation_device_meid(mut self, b: Vec<u8>) -> Self { in attestation_device_meid()
230 pub fn attestation_device_manufacturer(mut self, b: Vec<u8>) -> Self { in attestation_device_manufacturer()
239 pub fn attestation_device_model(mut self, b: Vec<u8>) -> Self { in attestation_device_model()
248 pub fn active_date_time(mut self, date: i64) -> Self { in active_date_time()
257 pub fn origination_expire_date_time(mut self, date: i64) -> Self { in origination_expire_date_time()
266 pub fn usage_expire_date_time(mut self, date: i64) -> Self { in usage_expire_date_time()
293 pub fn max_uses_per_boot(mut self, max_uses: i32) -> Self { in max_uses_per_boot()
302 pub fn usage_count_limit(mut self, usage_count: i32) -> Self { in usage_count_limit()
311 pub fn creation_date_time(mut self, date: i64) -> Self { in creation_date_time()
329 pub fn app_data(mut self, b: Vec<u8>) -> Self { in app_data()
335 pub fn app_id(mut self, b: Vec<u8>) -> Self { in app_id()
350 pub fn cert_serial(mut self, b: Vec<u8>) -> Self { in cert_serial()
357 pub fn cert_subject_name(mut self, b: Vec<u8>) -> Self { in cert_subject_name()
375 pub fn user_secure_id(mut self, sid: i64) -> Self { in user_secure_id()
384 pub fn user_auth_type(mut self, auth_type: HardwareAuthenticatorType) -> Self { in user_auth_type()
393 pub fn auth_timeout(mut self, timeout_secs: i32) -> Self { in auth_timeout()