Searched refs:encryptedContent (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/javax/crypto/
H A DSealedObject.java101 private byte[] encryptedContent = null; field in class:SealedObject
170 this.encryptedContent = c.doFinal(content);
194 this.encryptedContent = so.encryptedContent.clone();
293 byte[] content = c.doFinal(this.encryptedContent);
423 byte[] content = c.doFinal(this.encryptedContent);
448 if (encryptedContent != null)
449 encryptedContent = encryptedContent.clone();

Completed in 60 milliseconds