Home
last modified time | relevance | path

Searched defs:publicKey (Results 1 – 15 of 15) sorted by relevance

/cts/tests/tests/keystore/src/android/keystore/cts/
DRSACipherTest.java83 PublicKey publicKey = key.getKeystoreBackedKeyPair().getPublic(); in testNoPaddingEncryptionAndDecryptionSucceedsWithInputShorterThanModulus() local
117 PublicKey publicKey = key.getKeystoreBackedKeyPair().getPublic(); in testNoPaddingEncryptionSucceedsWithPlaintextOneSmallerThanModulus() local
146 PublicKey publicKey = key.getKeystoreBackedKeyPair().getPublic(); in testNoPaddingEncryptionFailsWithPlaintextEqualToModulus() local
175 PublicKey publicKey = key.getKeystoreBackedKeyPair().getPublic(); in testNoPaddingEncryptionFailsWithPlaintextOneLargerThanModulus() local
206 PublicKey publicKey = key.getKeystoreBackedKeyPair().getPublic(); in testNoPaddingEncryptionFailsWithPlaintextOneByteLongerThanModulus() local
271 PublicKey publicKey = key.getKeystoreBackedKeyPair().getPublic(); in testNoPaddingWithZeroMessage() local
DSignatureTest.java591 PublicKey publicKey = key.getOriginalKeyPair().getPublic(); in testSignatureGeneratedByAndroidKeyStoreVerifiesByHighestPriorityProvider() local
1135 PublicKey publicKey = TestUtils.importIntoAndroidKeyStore( in assertInitVerifySucceeds() local
1239 PublicKey publicKey, in assertSignatureVerifiesOneShot()
1248 PublicKey publicKey, in assertSignatureVerifiesOneShot()
1266 PublicKey publicKey, in assertSignatureDoesNotVerifyOneShot()
1284 PublicKey publicKey, in assertSignatureVerifiesFedOneByteAtATime()
1324 PublicKey publicKey, in assertSignatureVerifiesFedUsingFixedSizeChunks()
DRSASignatureTest.java76 PublicKey publicKey = keyPair.getKeystoreBackedKeyPair().getPublic(); in testMaxMessageSizeWhenNoDigestUsed() local
DImportWrappedKeyTest.java330 PublicKey publicKey = kp.getPublic(); in testKeyStore_ImportWrappedKey_RSA() local
409 PublicKey publicKey = kp.getPublic(); in testKeyStore_ImportWrappedKey_EC() local
467 public byte[] wrapKey(PublicKey publicKey, byte[] keyMaterial, byte[] mask, in wrapKey()
472 public byte[] wrapKey(PublicKey publicKey, byte[] keyMaterial, byte[] mask, in wrapKey()
DKeyFactoryTest.java243 PublicKey publicKey = keyPair.getPublic(); in testGetKeySpecWithKeystorePublicKeyAcceptsX509EncodedKeySpec() local
264 PublicKey publicKey = keyPair.getPublic(); in testGetKeySpecWithKeystorePublicKeyAcceptsTransparentKeySpec() local
DCurve25519Test.java177 EdECPublicKey publicKey = (EdECPublicKey) kp.getPublic(); in ed25519KeyGenerationAndSigningTest() local
DAndroidKeyStoreTest.java2041 PublicKey publicKey = ks.getCertificate(alias).getPublicKey(); in testKeyStore_Encrypting_RSA_NONE_NOPADDING() local
2073 PublicKey publicKey = mKeyStore.getCertificate(getTestAlias2()).getPublicKey(); in testKeyStore_PrivateKeyEntry_RSA_PublicKeyWorksWithCrypto() local
2094 PublicKey publicKey = mKeyStore.getCertificate(getTestAlias1()).getPublicKey(); in testKeyStore_PrivateKeyEntry_EC_PublicKeyWorksWithCrypto() local
2106 PublicKey publicKey = mKeyStore.getCertificate(getTestAlias2()).getPublicKey(); in testKeyStore_TrustedCertificateEntry_RSA_PublicKeyWorksWithCrypto() local
2121 PublicKey publicKey = mKeyStore.getCertificate(getTestAlias1()).getPublicKey(); in testKeyStore_TrustedCertificateEntry_EC_PublicKeyWorksWithCrypto() local
DDeviceOwnerKeyManagementTest.java132 void verifySignature(String algoIdentifier, PublicKey publicKey, byte[] signature) in verifySignature()
/cts/tests/tests/telephony/current/src/android/telephony/cts/
DImsiEncryptionInfoTest.java57 PublicKey publicKey = createPublicKey(TEST_CERT); in testParcel() local
/cts/hostsidetests/devicepolicy/app/CertInstaller/src/com/android/cts/certinstaller/
DPreSelectedKeyAccessTest.java57 PublicKey publicKey = certs[0].getPublicKey(); in testAccessingPreSelectedAliasExpectingSuccess() local
/cts/tests/devicepolicy/src/android/devicepolicy/cts/
DCredentialManagementAppTest.java379 void verifySignature(String algoIdentifier, PublicKey publicKey, byte[] signature) in verifySignature()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/security/
DCredentialManagementAppActivity.java304 PublicKey publicKey = certChain[0].getPublicKey(); in getPublicKeyAndVerifySignature() local
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DKeyManagementTest.java181 void verifySignature(String algoIdentifier, PublicKey publicKey, byte[] signature) in verifySignature()
/cts/tests/tests/keystore/src/android/keystore/cts/util/
DTestUtils.java286 public static void assertKeyPairSelfConsistent(PublicKey publicKey, PrivateKey privateKey) { in assertKeyPairSelfConsistent()
/cts/tests/tests/content/src/android/content/pm/cts/
DPackageManagerTest.java3335 PublicKey publicKey = certificate.getPublicKey(); in testInstallArchivedApi() local