Home
last modified time | relevance | path

Searched refs:dataKey (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
106 if (dataKey.getEncoded().length != DATA_KEY_LENGTH) { in EncryptedDocument()
115 mDataKey = dataKey; in EncryptedDocument()