Home
last modified time | relevance | path

Searched refs:macKey (Results 1 – 1 of 1) sorted by relevance

/development/samples/Vault/src/com/example/android/vault/
DEncryptedDocument.java100 public EncryptedDocument(long docId, File file, SecretKey dataKey, SecretKey macKey) in EncryptedDocument() argument
109 if (macKey.getEncoded().length != MAC_KEY_LENGTH) { in EncryptedDocument()
116 mMacKey = macKey; in EncryptedDocument()