Searched refs:getAlias (Results 1 – 8 of 8) sorted by relevance
/cts/tests/tests/keystore/src/android/keystore/cts/ |
D | RSACipherTest.java | 100 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()
|
D | CipherTest.java | 483 "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 …]
|
D | ECDSASignatureTest.java | 74 throw new RuntimeException("Failed for " + key.getAlias(), e); in testNONEwithECDSATruncatesInputToFieldSize() 126 throw new RuntimeException("Failed for " + key.getAlias(), e); in testNONEwithECDSASupportsMessagesShorterThanFieldSize()
|
D | SignatureTest.java | 448 "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/ |
D | ImportedKey.java | 50 public String getAlias() { in getAlias() method in ImportedKey
|
/cts/tests/tests/bluetooth/src/android/bluetooth/cts/ |
D | BluetoothDeviceTest.java | 129 assertNull(mFakeDevice.getAlias()); in setAlias_getAlias() 164 assertNull(mFakeDevice.getAlias()); in setAlias_getAlias()
|
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/ |
D | bluetooth-current.txt | 538 …llable @RequiresPermission(android.Manifest.permission.BLUETOOTH_CONNECT) public String getAlias();
|
D | system-current.txt | 12256 method @NonNull public String getAlias();
|