Searched refs:privateKeyNameInResources (Results 1 – 2 of 2) sorted by relevance
37 private static void importRsa2048Sha256(String privateKeyNameInResources) throws Exception { in importRsa2048Sha256() argument41 .getKeyForAlias(privateKeyNameInResources) in importRsa2048Sha256()45 privateKeyNameInResources, KeySpec.RSA_2048)); in importRsa2048Sha256()55 privateKeyNameInResources, importParameters.publicKey().asByteArray()); in importRsa2048Sha256()
57 private static void importRsa2048Sha256(KeyRingClient client, String privateKeyNameInResources) in importRsa2048Sha256() argument61 privateKeyNameInResources, in importRsa2048Sha256()73 byte[] wrappedKey = wrapKeyForImport(privateKeyNameInResources, publicKeyBytes); in importRsa2048Sha256()