Home
last modified time | relevance | path

Searched defs:keyFactory (Results 1 – 25 of 378) sorted by relevance

12345678910>>...16

/aosp_15_r20/cts/tests/tests/keystore/src/android/keystore/cts/
H A DKeyFactoryTest.java145 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 DSecretKeyFactoryTest.java132 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 DKeyInfoTest.java84 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 DTransactionSnippets.java72 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 DDatastoreSnippets.java90 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 DAndroidKeyStoreCipherSpiBase.java731 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 DRsa.java45 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 DECDHKeyAgreementTest.java509 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 DECDHKeyAgreementTest.java516 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 DFrameworkParsingPackageUtils.java153 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 DOptionalBindingDeclaration.java52 private final KeyFactory keyFactory; field in OptionalBindingDeclaration.Factory
55 Factory(KeyFactory keyFactory) { in Factory()
H A DDelegateDeclaration.java56 private final KeyFactory keyFactory; field in DelegateDeclaration.Factory
61 KeyFactory keyFactory, in Factory()
H A DSubcomponentDeclaration.java65 private final KeyFactory keyFactory; field in SubcomponentDeclaration.Factory
69 Factory(KeyFactory keyFactory, DaggerSuperficialValidation superficialValidation) { in Factory()
H A DMultibindingDeclaration.java71 private final KeyFactory keyFactory; field in MultibindingDeclaration.Factory
74 Factory(KeyFactory keyFactory) { in Factory()
H A DDependencyRequestFactory.java62 private final KeyFactory keyFactory; field in DependencyRequestFactory
66 DependencyRequestFactory(KeyFactory keyFactory, InjectionAnnotations injectionAnnotations) { in DependencyRequestFactory()
H A DBindingFactory.java81 private final KeyFactory keyFactory; field in BindingFactory
88 KeyFactory keyFactory, in BindingFactory()
/aosp_15_r20/external/dagger2/java/dagger/internal/codegen/bindinggraphvalidation/
H A DDependsOnProductionExecutorValidator.java38 private final KeyFactory keyFactory; field in DependsOnProductionExecutorValidator
41 DependsOnProductionExecutorValidator(CompilerOptions compilerOptions, KeyFactory keyFactory) { in DependsOnProductionExecutorValidator()
H A DMapMultibindingValidator.java55 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/
DMediaGridItem.kt60 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 DKeyManagerImpl.java151 KeyFactoryHelper(KeyTypeManager.KeyFactory<KeyFormatProtoT, KeyProtoT> keyFactory) { in KeyFactoryHelper()
155 final KeyTypeManager.KeyFactory<KeyFormatProtoT, KeyProtoT> keyFactory; field in KeyManagerImpl.KeyFactoryHelper
H A DPemKeyType.java128 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 DPemKeyType.java130 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 DComponentNames.java69 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 DInjectBindingRegistryImpl.java84 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 DEngine.java31 private final EngineKeyFactory keyFactory; field in Engine
63 Map<Key, EngineJob> jobs, EngineKeyFactory keyFactory, in Engine()

12345678910>>...16