Searched refs:encryptionAlgorithm (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/content/pm/
H A DContainerEncryptionParams.java84 public ContainerEncryptionParams(String encryptionAlgorithm, argument
87 this(encryptionAlgorithm, encryptionSpec, encryptionKey, null, null, null, null, -1, -1,
95 * @param encryptionAlgorithm encryption algorithm to use; format matches
111 public ContainerEncryptionParams(String encryptionAlgorithm, argument
116 if (TextUtils.isEmpty(encryptionAlgorithm)) {
135 mEncryptionAlgorithm = encryptionAlgorithm;

Completed in 68 milliseconds