Home
last modified time | relevance | path

Searched refs:getAlias (Results 1 – 8 of 8) sorted by relevance

/cts/tests/tests/keystore/src/android/keystore/cts/
DRSACipherTest.java100 throw new RuntimeException("Failed for key " + key.getAlias(), e); in testNoPaddingEncryptionAndDecryptionSucceedsWithInputShorterThanModulus()
130 throw new RuntimeException("Failed for key " + key.getAlias(), e); in testNoPaddingEncryptionSucceedsWithPlaintextOneSmallerThanModulus()
159 throw new RuntimeException("Failed for key " + key.getAlias(), e); in testNoPaddingEncryptionFailsWithPlaintextEqualToModulus()
189 throw new RuntimeException("Failed for key " + key.getAlias(), e); in testNoPaddingEncryptionFailsWithPlaintextOneLargerThanModulus()
222 throw new RuntimeException("Failed for key " + key.getAlias(), e); in testNoPaddingEncryptionFailsWithPlaintextOneByteLongerThanModulus()
255 throw new RuntimeException("Failed for key " + key.getAlias(), e); in testNoPaddingDecryptionFailsWithCiphertextOneByteLongerThanModulus()
287 throw new RuntimeException("Failed for key " + key.getAlias(), e); in testNoPaddingWithZeroMessage()
DCipherTest.java483 "Failed for " + algorithm + " with key " + key.getAlias(), in testEmptyPlaintextEncryptsAndDecrypts()
537 "Failed for " + algorithm + " with key " + key.getAlias(), in testEncryptsAndDecryptsInterrupted()
612 "Failed for " + algorithm + " with key " + key.getAlias(), in testEncryptsAndDecryptsUsingCipherStreams()
788 assertFalse(TestUtils.keyExists(key.getAlias())); in testUnlockedDeviceRequiredKeysAreInvalidatedByLockRemoval()
809 assertTrue(TestUtils.keyExists(key.getAlias())); in testUnlockedDeviceRequiredKeysAreNotInvalidatedByLockRemoval()
854 "Failed for " + algorithm + " with key " + key.getAlias(), in testCiphertextGeneratedByAndroidKeyStoreDecryptsByAndroidKeyStore()
966 "Failed for " + algorithm + " with key " + key.getAlias() in testCiphertextGeneratedByHighestPriorityProviderDecryptsByAndroidKeyStore()
1029 "Failed for " + algorithm + " with key " + key.getAlias() in testCiphertextGeneratedByAndroidKeyStoreDecryptsByHighestPriorityProvider()
1108 "Failed for " + algorithm + " with key " + key.getAlias() in testMaxSizedPlaintextSupported()
1188 "Failed for " + algorithm + " with key " + key.getAlias() in testLargerThanMaxSizedPlaintextRejected()
[all …]
DECDSASignatureTest.java74 throw new RuntimeException("Failed for " + key.getAlias(), e); in testNONEwithECDSATruncatesInputToFieldSize()
126 throw new RuntimeException("Failed for " + key.getAlias(), e); in testNONEwithECDSASupportsMessagesShorterThanFieldSize()
DSignatureTest.java448 "Failed for " + sigAlgorithm + " with key " + key.getAlias(), e); in testValidSignatureGeneratedForEmptyMessage()
491 (KeyStore.PrivateKeyEntry) keyStore.getEntry(key.getAlias(), null); in testValidSignatureGeneratedForEmptyMessageByLimitedUseKey()
505 "Failed for " + sigAlgorithm + " with key " + key.getAlias(), e); in testValidSignatureGeneratedForEmptyMessageByLimitedUseKey()
529 "Failed for " + sigAlgorithm + " with key " + key.getAlias(), e); in testEmptySignatureDoesNotVerify()
561 "Failed for " + sigAlgorithm + " with key " + key.getAlias(), e); in testSignatureGeneratedByAndroidKeyStoreVerifiesByAndroidKeyStore()
604 "Failed for " + sigAlgorithm + " with key " + key.getAlias() in testSignatureGeneratedByAndroidKeyStoreVerifiesByHighestPriorityProvider()
648 "Failed for " + sigAlgorithm + " with key " + key.getAlias() in testSignatureGeneratedByHighestPriorityProviderVerifiesByAndroidKeyStore()
/cts/tests/tests/keystore/src/android/keystore/cts/util/
DImportedKey.java50 public String getAlias() { in getAlias() method in ImportedKey
/cts/tests/tests/bluetooth/src/android/bluetooth/cts/
DBluetoothDeviceTest.java129 assertNull(mFakeDevice.getAlias()); in setAlias_getAlias()
164 assertNull(mFakeDevice.getAlias()); in setAlias_getAlias()
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dbluetooth-current.txt538 …llable @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public String getAlias();
Dsystem-current.txt12256 method @NonNull public String getAlias();