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

/frameworks/base/core/java/android/content/pm/
H A DContainerEncryptionParams.java89 AlgorithmParameterSpec encryptionSpec, SecretKey encryptionKey)
91 this(encryptionAlgorithm, encryptionSpec, encryptionKey, null, null, null, null, -1, -1,
102 * @param encryptionKey key used for decryption
116 AlgorithmParameterSpec encryptionSpec, SecretKey encryptionKey, String macAlgorithm,
124 } else if (encryptionKey == null) {
125 throw new NullPointerException("encryptionKey == null");
141 mEncryptionKey = encryptionKey;
365 throw new NullPointerException("encryptionKey == null");
88 ContainerEncryptionParams(String encryptionAlgorithm, AlgorithmParameterSpec encryptionSpec, SecretKey encryptionKey) argument
115 ContainerEncryptionParams(String encryptionAlgorithm, AlgorithmParameterSpec encryptionSpec, SecretKey encryptionKey, String macAlgorithm, AlgorithmParameterSpec macSpec, SecretKey macKey, byte[] macTag, long authenticatedDataStart, long encryptedDataStart, long dataEnd) argument

Completed in 48 milliseconds