Searched refs:wrapKeyForImport (Results 1 – 3 of 3) sorted by relevance
21 import static com.android.apksig.kms.KeyWrapper.wrapKeyForImport;54 wrapKeyForImport( in importRsa2048Sha256()
22 import static com.android.apksig.kms.KeyWrapper.wrapKeyForImport;73 byte[] wrappedKey = wrapKeyForImport(privateKeyNameInResources, publicKeyBytes); in importRsa2048Sha256()
49 public static byte[] wrapKeyForImport(String keyNameInResources, byte[] wrappingPublicKeyBytes) in wrapKeyForImport() method in KeyWrapper