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

/openjdk7/jdk/src/share/classes/javax/crypto/
H A DSealedObject.java103 private byte[] encryptedContent = null; field in class:SealedObject
172 this.encryptedContent = c.doFinal(content);
196 this.encryptedContent = (byte[]) so.encryptedContent.clone();
295 byte[] content = c.doFinal(this.encryptedContent);
427 byte[] content = c.doFinal(this.encryptedContent);
452 if (encryptedContent != null)
453 encryptedContent = (byte[])encryptedContent.clone();

Completed in 39 milliseconds