Home
last modified time | relevance | path

Searched defs:CredentialType (Results 1 – 25 of 78) sorted by relevance

1234

/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs-core/src/identity/
Dcredential.rs27 pub struct CredentialType(u16); struct
30 impl CredentialType { implementation
47 impl From<u16> for CredentialType { implementation
53 impl Deref for CredentialType { implementation
101 pub fn new(credential_type: CredentialType, data: Vec<u8>) -> CustomCredential { in new()
110 pub fn credential_type(&self) -> CredentialType { in credential_type()
148 pub fn credential_type(&self) -> CredentialType { in credential_type()
Dprovider.rs69 fn supported_types(&self) -> Vec<CredentialType>; in supported_types()
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/CredentialManager/shared/CredentialManagerShared/android_common/kapt/gen/stubs/com/android/credentialmanager/model/
DCredentialType.java4 public enum CredentialType { enum
9 CredentialType() { in CredentialType() method in CredentialType
/aosp_15_r20/external/aws-sdk-java-v2/core/sdk-core/src/main/java/software/amazon/awssdk/core/
H A DCredentialType.java28 public final class CredentialType { class
39 private CredentialType(String value) { in CredentialType() method in CredentialType
/aosp_15_r20/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/anqp/eap/
DCredentialType.java34 public class CredentialType extends AuthParam { class
52 public CredentialType(int authType, int credType) { in CredentialType() method in CredentialType
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/identity/
Dbasic.rs26 pub fn credential_type(&self) -> CredentialType { in credential_type()
96 fn supported_types(&self) -> Vec<CredentialType> { in supported_types()
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/extension/
Dbuilt_in.rs126 credentials: Vec<CredentialType>, in new()
149 pub fn credentials(&self) -> &[CredentialType] { in credentials()
/aosp_15_r20/frameworks/base/packages/CredentialManager/shared/src/com/android/credentialmanager/model/
H A DCredentialType.kt19 enum class CredentialType { class
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/external_client/
Dconfig.rs51 fn supported_credentials(&self) -> Vec<CredentialType> { in supported_credentials()
Dbuilder.rs468 fn supported_credentials(&self) -> Vec<CredentialType> { in supported_credentials()
/aosp_15_r20/packages/modules/Connectivity/nearby/framework/java/android/nearby/
DPresenceCredential.java49 public @interface CredentialType {} annotation in PresenceCredential
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/
Dclient_config.rs58 fn supported_credential_types(&self) -> Vec<CredentialType> { in supported_credential_types()
Didentity.rs161 fn supported_types(&self) -> Vec<CredentialType> { in supported_types()
Dclient_builder.rs863 fn supported_credential_types(&self) -> Vec<CredentialType> { in supported_credential_types()
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs-core/src/group/
Droster.rs62 pub fn credentials(&self) -> &[CredentialType] { in credentials()
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/CredentialManager/shared/CredentialManagerShared/android_common/kotlin_headers/
DCredentialManagerShared.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/frameworks__base__packages__CredentialManager__shared__android_common__CredentialManagerShared.kotlin_module com ...
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/tree_kem/
Dleaf_node_validator.rs704 fn supported_types(&self) -> Vec<crate::identity::CredentialType> { in supported_types()
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/examples/
Dcustom.rs261 fn supported_types(&self) -> Vec<CredentialType> { in supported_types()
/aosp_15_r20/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hotspot2/
DPasspointProviderTest.java140 private enum CredentialType { enum in PasspointProviderTest
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dsspi.h524 unsigned __LONG32 CredentialType; member
529 unsigned __LONG32 CredentialType; member
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/group/
Dcommit.rs1580 fn supported_types(&self) -> Vec<CredentialType> { in supported_types()
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/CredentialManager/shared/CredentialManagerShared/android_common/repackaged-jarjar/kotlinc/
DCredentialManagerShared.jarcom/android/credentialmanager/model/get/RemoteEntryInfo.class RemoteEntryInfo.kt package com. ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/CredentialManager/shared/CredentialManagerShared/android_common/kotlin/
DCredentialManagerShared.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/frameworks__base__packages__CredentialManager__shared__android_common__CredentialManagerShared.kotlin_module com ...
/aosp_15_r20/frameworks/base/core/java/com/android/internal/widget/
H A DLockPatternUtils.java142 public @interface CredentialType {} annotation in LockPatternUtils
/aosp_15_r20/external/aws-sdk-java-v2/services/ssmsap/src/main/resources/codegen-resources/
H A Dservice-2.json376 "CredentialType":{ object
684 "CredentialType":{ object

1234