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

  /external/bouncycastle/bcprov/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 55 private byte[] encryptedContent;
62 encryptedContent = (byte[]) s.readUnshared();
103 this.encryptedContent = c.doFinal(bos.toByteArray());
122 this.encryptedContent = so.encryptedContent;
168 byte[] serialized = cipher.doFinal(encryptedContent);
219 byte[] serialized = c.doFinal(encryptedContent);
263 byte[] serialized = cipher.doFinal(encryptedContent);

Completed in 102 milliseconds