Searched refs:cryptoKey (Results 1 – 2 of 2) sorted by relevance
59 CryptoKey cryptoKey = in importRsa2048Sha256() local64 ImportJob importJob = client.createImportJob(cryptoKey.getName()); in importRsa2048Sha256()75 client.importCryptoKey(cryptoKey, importJob, wrappedKey); in importRsa2048Sha256()
86 .filter(cryptoKey -> cryptoKey.getName().equals(cryptoKeyName)) in findCryptoKey()115 CryptoKey cryptoKey, ImportJob importJob, byte[] wrappedKeyMaterial) throws Exception { in importCryptoKey() argument118 .setParent(cryptoKey.getName()) in importCryptoKey()