Searched refs:export (Results 1 – 8 of 8) sorted by relevance
/libcore/luni/src/test/resources/keystore/ |
D | README.md | 40 openssl1 pkcs12 -export -out pbe-rc2.p12 -in certificate.pem -inkey privkey.pem \ 47 openssl3 pkcs12 -legacy -export -out pbe-rc2.p12 -in certificate.pem -inkey privkey.pem \ 75 openssl3 pkcs12 -export -out sha3.p12 -in certificate.pem -inkey privkey.pem \
|
/libcore/luni/src/test/java/libcore/android/crypto/hpke/ |
D | HpkeTest.java | 239 public void export() throws Exception { in export() method in HpkeTest.OtherTests 248 byte[] senderData = sender.export(EXPORT_LENGTH, context); in export() 258 byte[] recipientData = recipient.export(EXPORT_LENGTH, context); in export()
|
/libcore/luni/src/main/java/android/crypto/hpke/ |
D | Sender.java | 76 public @NonNull byte[] export(int length, @Nullable byte[] context) { in export() method in Sender
|
D | Recipient.java | 68 public @NonNull byte[] export(int length, @Nullable byte[] context) { in export() method in Recipient
|
/libcore/ojluni/src/main/java/java/util/prefs/ |
D | AbstractPreferences.java | 1651 XmlSupport.export(os, this, false); 1667 XmlSupport.export(os, this, true);
|
D | XmlSupport.java | 98 static void export(OutputStream os, final Preferences p, boolean subTree) in export() method in XmlSupport
|
/libcore/ojluni/src/test/java/util/Scanner/ |
D | input.txt | 44 Child workspace is /export/tiger <br>
|
/libcore/api/ |
D | current.txt | 51 method @NonNull public byte[] export(int, @Nullable byte[]); 66 method @NonNull public byte[] export(int, @Nullable byte[]);
|