/aosp_15_r20/cts/tests/tests/keystore/src/android/keystore/cts/ |
H A D | KeyFactoryTest.java | 145 KeyFactory keyFactory = getKeyFactory(algorithm); in testGetKeySpecWithKeystorePrivateKeyAndKeyInfoReflectsAllAuthorizations() local 188 KeyFactory keyFactory = getKeyFactory(algorithm); in testGetKeySpecWithKeystorePublicKeyRejectsKeyInfo() local 218 KeyFactory keyFactory = getKeyFactory(algorithm); in testGetKeySpecWithKeystorePrivateKeyRejectsTransparentKeySpecAndEncodedKeySpec() local 245 KeyFactory keyFactory = getKeyFactory(algorithm); in testGetKeySpecWithKeystorePublicKeyAcceptsX509EncodedKeySpec() local 266 KeyFactory keyFactory = getKeyFactory(algorithm); in testGetKeySpecWithKeystorePublicKeyAcceptsTransparentKeySpec() local 293 KeyFactory keyFactory = getKeyFactory(algorithm); in testTranslateKeyWithNullKeyThrowsInvalidKeyException() local 309 KeyFactory keyFactory = getKeyFactory(algorithm); in testTranslateKeyRejectsNonAndroidKeystoreKeys() local 329 KeyFactory keyFactory = getKeyFactory(algorithm); in testTranslateKeyAcceptsAndroidKeystoreKeys() local 342 KeyFactory keyFactory = getKeyFactory(algorithm); in testGeneratePrivateWithNullSpecThrowsInvalidKeySpecException() local 357 KeyFactory keyFactory = getKeyFactory(algorithm); in testGeneratePublicWithNullSpecThrowsInvalidKeySpecException() local [all …]
|
H A D | SecretKeyFactoryTest.java | 132 SecretKeyFactory keyFactory = getKeyFactory(algorithm); in testGetKeySpecWithKeystoreKeyAndKeyInfoReflectsAllAuthorizations() local 159 SecretKeyFactory keyFactory = getKeyFactory(algorithm); in testTranslateKeyWithNullKeyThrowsInvalidKeyException() local 175 SecretKeyFactory keyFactory = getKeyFactory(algorithm); in testTranslateKeyRejectsNonAndroidKeystoreKeys() local 205 SecretKeyFactory keyFactory = getKeyFactory(algorithm); in testTranslateKeyAcceptsAndroidKeystoreKeys() local 217 SecretKeyFactory keyFactory = getKeyFactory(algorithm); in testGenerateSecretWithNullSpecThrowsInvalidKeySpecException() local 232 SecretKeyFactory keyFactory = getKeyFactory(algorithm); in testGenerateSecretRejectsSecretKeySpec() local 253 SecretKeyFactory keyFactory = getKeyFactory(algorithm); in testGenerateSecretRejectsKeyInfo() local
|
H A D | KeyInfoTest.java | 84 KeyFactory keyFactory = KeyFactory.getInstance(key.getAlgorithm(), "AndroidKeyStore"); in testImmutabilityViaGetterReturnValues() local 153 KeyFactory keyFactory = KeyFactory.getInstance(key.getAlgorithm(), "AndroidKeyStore"); in testLimitedUseKey() local
|
/aosp_15_r20/external/google-cloud-java/google-cloud-examples/src/main/java/com/google/cloud/examples/datastore/snippets/ |
H A D | TransactionSnippets.java | 72 KeyFactory keyFactory = datastore.newKeyFactory().setKind("MyKind"); in getMultiple() local 94 KeyFactory keyFactory = datastore.newKeyFactory().setKind("MyKind"); in fetchEntitiesWithKeys() local 112 KeyFactory keyFactory = datastore.newKeyFactory().setKind("ParentKind"); in run() local 290 KeyFactory keyFactory = datastore.newKeyFactory().setKind("MyKind"); in commit() local 312 KeyFactory keyFactory = datastore.newKeyFactory().setKind("MyKind"); in rollback() local 330 KeyFactory keyFactory = datastore.newKeyFactory().setKind("MyKind"); in active() local 356 KeyFactory keyFactory = datastore.newKeyFactory().setKind("MyKind"); in isActive() local
|
H A D | DatastoreSnippets.java | 90 KeyFactory keyFactory = datastore.newKeyFactory().setKind("MyKind"); in allocateIdSingle() local 103 KeyFactory keyFactory = datastore.newKeyFactory().setKind("MyKind"); in batchAllocateId() local 227 KeyFactory keyFactory = datastore.newKeyFactory(); in createKeyFactory() local 251 KeyFactory keyFactory = datastore.newKeyFactory().setKind("MyKind"); in getEntitiesWithKeys() local 271 KeyFactory keyFactory = datastore.newKeyFactory().setKind("MyKind"); in fetchEntitiesWithKeys() local
|
/aosp_15_r20/frameworks/base/keystore/java/android/security/keystore2/ |
H A D | AndroidKeyStoreCipherSpiBase.java | 731 SecretKeyFactory keyFactory = SecretKeyFactory.getInstance(key.getAlgorithm()); in engineWrap() local 748 KeyFactory keyFactory = KeyFactory.getInstance(key.getAlgorithm()); in engineWrap() local 764 KeyFactory keyFactory = KeyFactory.getInstance(key.getAlgorithm()); in engineWrap() local 826 KeyFactory keyFactory = KeyFactory.getInstance(wrappedKeyAlgorithm); in engineUnwrap() local 837 KeyFactory keyFactory = KeyFactory.getInstance(wrappedKeyAlgorithm); in engineUnwrap() local
|
/aosp_15_r20/external/aws-sdk-java-v2/services/cloudfront/src/main/java/software/amazon/awssdk/services/cloudfront/internal/auth/ |
H A D | Rsa.java | 45 KeyFactory keyFactory = KeyFactory.getInstance(RSA); in privateKeyFromPkcs8() local 58 KeyFactory keyFactory = KeyFactory.getInstance(RSA); in privateKeyFromPkcs1() local 72 KeyFactory keyFactory = KeyFactory.getInstance(RSA); in publicKeyFrom() local
|
/aosp_15_r20/external/conscrypt/common/src/test/java/org/conscrypt/javax/crypto/ |
H A D | ECDHKeyAgreementTest.java | 509 KeyFactory keyFactory = KeyFactory.getInstance("EC", provider); in getPrivateKey() local 515 KeyFactory keyFactory = KeyFactory.getInstance("EC", provider); in getPublicKey() local 521 KeyFactory keyFactory = KeyFactory.getInstance("EC"); in getPrivateKey() local 527 KeyFactory keyFactory = KeyFactory.getInstance("EC"); in getPublicKey() local
|
/aosp_15_r20/external/conscrypt/repackaged/common/src/test/java/com/android/org/conscrypt/javax/crypto/ |
H A D | ECDHKeyAgreementTest.java | 516 KeyFactory keyFactory = KeyFactory.getInstance("EC", provider); in getPrivateKey() local 522 KeyFactory keyFactory = KeyFactory.getInstance("EC", provider); in getPublicKey() local 528 KeyFactory keyFactory = KeyFactory.getInstance("EC"); in getPrivateKey() local 534 KeyFactory keyFactory = KeyFactory.getInstance("EC"); in getPublicKey() local
|
/aosp_15_r20/frameworks/base/core/java/android/content/pm/parsing/ |
H A D | FrameworkParsingPackageUtils.java | 153 final KeyFactory keyFactory = KeyFactory.getInstance("RSA"); in parsePublicKey() local 163 final KeyFactory keyFactory = KeyFactory.getInstance("EC"); in parsePublicKey() local 173 final KeyFactory keyFactory = KeyFactory.getInstance("DSA"); in parsePublicKey() local
|
/aosp_15_r20/external/dagger2/java/dagger/internal/codegen/binding/ |
H A D | OptionalBindingDeclaration.java | 52 private final KeyFactory keyFactory; field in OptionalBindingDeclaration.Factory 55 Factory(KeyFactory keyFactory) { in Factory()
|
H A D | DelegateDeclaration.java | 56 private final KeyFactory keyFactory; field in DelegateDeclaration.Factory 61 KeyFactory keyFactory, in Factory()
|
H A D | SubcomponentDeclaration.java | 65 private final KeyFactory keyFactory; field in SubcomponentDeclaration.Factory 69 Factory(KeyFactory keyFactory, DaggerSuperficialValidation superficialValidation) { in Factory()
|
H A D | MultibindingDeclaration.java | 71 private final KeyFactory keyFactory; field in MultibindingDeclaration.Factory 74 Factory(KeyFactory keyFactory) { in Factory()
|
H A D | DependencyRequestFactory.java | 62 private final KeyFactory keyFactory; field in DependencyRequestFactory 66 DependencyRequestFactory(KeyFactory keyFactory, InjectionAnnotations injectionAnnotations) { in DependencyRequestFactory()
|
H A D | BindingFactory.java | 81 private final KeyFactory keyFactory; field in BindingFactory 88 KeyFactory keyFactory, in BindingFactory()
|
/aosp_15_r20/external/dagger2/java/dagger/internal/codegen/bindinggraphvalidation/ |
H A D | DependsOnProductionExecutorValidator.java | 38 private final KeyFactory keyFactory; field in DependsOnProductionExecutorValidator 41 DependsOnProductionExecutorValidator(CompilerOptions compilerOptions, KeyFactory keyFactory) { in DependsOnProductionExecutorValidator()
|
H A D | MapMultibindingValidator.java | 55 private final KeyFactory keyFactory; field in MapMultibindingValidator 59 BindingDeclarationFormatter bindingDeclarationFormatter, KeyFactory keyFactory) { in MapMultibindingValidator()
|
/aosp_15_r20/packages/providers/MediaProvider/photopicker/src/com/android/photopicker/core/components/mediagrid/ |
D | MediaGridItem.kt | 60 fun keyFactory(item: MediaGridItem?, index: Int): String { in keyFactory() method
|
/aosp_15_r20/external/tink/java_src/src/main/java/com/google/crypto/tink/ |
H A D | KeyManagerImpl.java | 151 KeyFactoryHelper(KeyTypeManager.KeyFactory<KeyFormatProtoT, KeyProtoT> keyFactory) { in KeyFactoryHelper() 155 final KeyTypeManager.KeyFactory<KeyFormatProtoT, KeyProtoT> keyFactory; field in KeyManagerImpl.KeyFactoryHelper
|
H A D | PemKeyType.java | 128 KeyFactory keyFactory = EngineFactory.KEY_FACTORY.getInstance(this.keyType); in getPublicKey() local 133 KeyFactory keyFactory = EngineFactory.KEY_FACTORY.getInstance(this.keyType); in getPrivateKey() local
|
/aosp_15_r20/external/tink/java_src/src/main/java/com/google/crypto/tink/subtle/ |
H A D | PemKeyType.java | 130 KeyFactory keyFactory = EngineFactory.KEY_FACTORY.getInstance(this.keyType); in getPublicKey() local 135 KeyFactory keyFactory = EngineFactory.KEY_FACTORY.getInstance(this.keyType); in getPrivateKey() local
|
/aosp_15_r20/external/dagger2/java/dagger/internal/codegen/writing/ |
H A D | ComponentNames.java | 69 CompilerOptions compilerOptions, @TopLevel BindingGraph graph, KeyFactory keyFactory) { in ComponentNames() 144 KeyFactory keyFactory, BindingGraph graph) { in pathsByCreatorKey()
|
/aosp_15_r20/external/dagger2/java/dagger/internal/codegen/validation/ |
H A D | InjectBindingRegistryImpl.java | 84 private final KeyFactory keyFactory; field in InjectBindingRegistryImpl 216 KeyFactory keyFactory, in InjectBindingRegistryImpl()
|
/aosp_15_r20/external/glide/library/src/main/java/com/bumptech/glide/load/engine/ |
H A D | Engine.java | 31 private final EngineKeyFactory keyFactory; field in Engine 63 Map<Key, EngineJob> jobs, EngineKeyFactory keyFactory, in Engine()
|