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

/frameworks/base/core/java/android/content/pm/
H A DContainerEncryptionParams.java101 * @param macKey key used for authentication (i.e., for the MAC tag)
113 AlgorithmParameterSpec macSpec, SecretKey macKey, byte[] macTag,
125 if (macKey == null) {
126 throw new NullPointerException("macKey == null");
141 mMacKey = macKey;
111 ContainerEncryptionParams(String encryptionAlgorithm, AlgorithmParameterSpec encryptionSpec, SecretKey encryptionKey, String macAlgorithm, AlgorithmParameterSpec macSpec, SecretKey macKey, byte[] macTag, long authenticatedDataStart, long encryptedDataStart, long dataEnd) argument

Completed in 57 milliseconds