HomeSort by relevance Sort by last modified time
    Searched full:encryptedcontent (Results 1 - 2 of 2) sorted by null

  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/pkcs/
EncryptedData.java 28 * encryptedContent [0] IMPLICIT EncryptedContent OPTIONAL
31 * EncryptedContent ::= OCTET STRING
  /libcore/luni/src/main/java/javax/crypto/
SealedObject.java 52 private byte[] encryptedContent;
59 encryptedContent = (byte []) s.readUnshared();
97 this.encryptedContent = c.doFinal(bos.toByteArray());
116 this.encryptedContent = so.encryptedContent;
162 byte[] serialized = cipher.doFinal(encryptedContent);
213 byte[] serialized = c.doFinal(encryptedContent);
257 byte[] serialized = cipher.doFinal(encryptedContent);

Completed in 322 milliseconds