Home
last modified time | relevance | path

Searched defs:cryptoKeyId (Results 1 – 2 of 2) sorted by relevance

/tools/apksig/src/test/java/com/android/apksig/kms/gcp/
DKeyRingClient.java72 CryptoKey createCryptoKey(String cryptoKeyId) { in createCryptoKey()
77 Optional<CryptoKey> findCryptoKey(String cryptoKeyId) { in findCryptoKey()
91 Optional<CryptoKeyVersion> findCryptoKeyVersion(String cryptoKeyId) { in findCryptoKeyVersion()
96 Optional<CryptoKeyVersion> findCryptoKeyVersion(String cryptoKeyId, String versionId) { in findCryptoKeyVersion()
128 String cryptoKeyId, in createCryptoKeyForImport()
148 ImportJob createImportJob(String cryptoKeyId) { in createImportJob()
DGcpTestData.java39 static CryptoKeyVersionName getCryptoKeyVersionName(String cryptoKeyId) throws Exception { in getCryptoKeyVersionName()