HomeSort by relevance Sort by last modified time
    Searched defs:encryptionParams (Results 1 - 3 of 3) sorted by null

  /frameworks/base/packages/DefaultContainerService/src/com/android/defcontainer/
DefaultContainerService.java 115 * @param encryptionParams parameters describing the encryption used for
121 public int copyResource(final Uri packageURI, ContainerEncryptionParams encryptionParams,
131 copyFile(packageURI, autoOut, encryptionParams);
430 ContainerEncryptionParams encryptionParams) throws FileNotFoundException, IOException,
467 ApkContainer container = new ApkContainer(inStream, encryptionParams);
498 public ApkContainer(InputStream inStream, ContainerEncryptionParams encryptionParams)
500 if (encryptionParams == null) {
503 mInStream = getDecryptedStream(inStream, encryptionParams);
504 mTag = encryptionParams.getMacTag();
516 private Mac getMacInstance(ContainerEncryptionParams encryptionParams) throws IOException
    [all...]
  /frameworks/base/cmds/pm/src/com/android/commands/pm/
Pm.java 850 final ContainerEncryptionParams encryptionParams;
878 encryptionParams = new ContainerEncryptionParams(algo, new IvParameterSpec(iv),
885 encryptionParams = null;
    [all...]
  /frameworks/base/services/java/com/android/server/pm/
PackageManagerService.java     [all...]

Completed in 48 milliseconds