Home
last modified time | relevance | path

Searched refs:getKeySpec (Results 1 – 10 of 10) sorted by relevance

/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
H A DBluetoothFastPairTest.java288 (new FastPairUtils.AccountKey(TEST_ACCOUNT_KEY_2)).getKeySpec())).isFalse(); in testStoredKeySelection()
300 (new FastPairUtils.AccountKey(TEST_ACCOUNT_KEY_1)).getKeySpec())).isFalse(); in testNoValidKey()
327 testKey.getKeySpec())).isTrue(); in testIgnoreAfterTimeout()
343 testKey.getKeySpec())).isTrue(); in testInvalidPairingKey()
359 testKey.getKeySpec())).isTrue(); in testNoPairingKey()
374 testKey.getKeySpec())).isTrue(); in testValidPairingKeyAutoAccept()
394 testKey.getKeySpec())).isTrue(); in testValidPairingKeyNoAutoAccept()
414 testKey.getKeySpec())).isTrue(); in receivedAccountKey()
/aosp12/system/extras/verity/
H A DUtils.java158 return epkInfo.getKeySpec(cipher); in decryptPrivateKey()
226 ECPublicKeySpec spec = factory.getKeySpec(key, ECPublicKeySpec.class); in getSignatureAlgorithm()
229 ECPrivateKeySpec spec = factory.getKeySpec(key, ECPrivateKeySpec.class); in getSignatureAlgorithm()
/aosp12/frameworks/base/keystore/java/android/security/keystore2/
H A DAndroidKeyStoreCipherSpiBase.java711 (SecretKeySpec) keyFactory.getKeySpec( in engineWrap()
728 keyFactory.getKeySpec(key, PKCS8EncodedKeySpec.class); in engineWrap()
744 keyFactory.getKeySpec(key, X509EncodedKeySpec.class); in engineWrap()
/aosp12/packages/services/Car/service/src/com/android/car/
H A DFastPairUtils.java149 public SecretKeySpec getKeySpec() { in getKeySpec() method in FastPairUtils.AccountKey
H A DFastPairGattServer.java435 .getKeySpec()); in processKeyBasedPairing()
/aosp12/build/make/tools/signtos/
H A DSignTos.java116 return epkInfo.getKeySpec(cipher); in decryptPrivateKey()
/aosp12/build/make/tools/signapk/src/com/android/signapk/
H A DSignApk.java251 return epkInfo.getKeySpec(cipher); in decryptPrivateKey()
/aosp12/frameworks/base/core/java/android/app/admin/
H A DDevicePolicyManager.java6269 .getKeySpec(privKey, PKCS8EncodedKeySpec.class).getEncoded(); in installKeyPair()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt44513 …method public final T getKeySpec(java.security.Key, java.lang.Class<T>) throws java.security.spec.…
51347 …method public java.security.spec.PKCS8EncodedKeySpec getKeySpec(javax.crypto.Cipher) throws java.s…
51348 …method public java.security.spec.PKCS8EncodedKeySpec getKeySpec(java.security.Key) throws java.sec…
51349 …method public java.security.spec.PKCS8EncodedKeySpec getKeySpec(java.security.Key, java.lang.Strin…
51350 …method public java.security.spec.PKCS8EncodedKeySpec getKeySpec(java.security.Key, java.security.P…
51503 …method public final java.security.spec.KeySpec getKeySpec(javax.crypto.SecretKey, java.lang.Class)…