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 119 * @param encryptionParams parameters describing the encryption used for
125 public int copyResource(final Uri packageURI, ContainerEncryptionParams encryptionParams,
135 copyFile(packageURI, autoOut, encryptionParams);
462 ContainerEncryptionParams encryptionParams) throws FileNotFoundException, IOException,
499 ApkContainer container = new ApkContainer(inStream, encryptionParams);
530 public ApkContainer(InputStream inStream, ContainerEncryptionParams encryptionParams)
532 if (encryptionParams == null) {
535 mInStream = getDecryptedStream(inStream, encryptionParams);
536 mTag = encryptionParams.getMacTag();
548 private Mac getMacInstance(ContainerEncryptionParams encryptionParams) throws IOException
    [all...]
  /frameworks/base/cmds/pm/src/com/android/commands/pm/
Pm.java 880 final ContainerEncryptionParams encryptionParams;
906 encryptionParams = new ContainerEncryptionParams(algo, new IvParameterSpec(iv),
    [all...]
  /frameworks/base/services/java/com/android/server/pm/
PackageManagerService.java     [all...]

Completed in 166 milliseconds