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

/frameworks/base/core/java/android/content/pm/
H A DContainerEncryptionParams.java88 public ContainerEncryptionParams(String encryptionAlgorithm, argument
91 this(encryptionAlgorithm, encryptionSpec, encryptionKey, null, null, null, null, -1, -1,
99 * @param encryptionAlgorithm encryption algorithm to use; format matches
115 public ContainerEncryptionParams(String encryptionAlgorithm, argument
120 if (TextUtils.isEmpty(encryptionAlgorithm)) {
139 mEncryptionAlgorithm = encryptionAlgorithm;

Completed in 61 milliseconds