Home
last modified time | relevance | path

Searched refs:XdhKeySpec (Results 1 – 5 of 5) sorted by relevance

/libcore/luni/src/test/java/libcore/android/crypto/hpke/
DXdhKeySpecTest.java28 import android.crypto.hpke.XdhKeySpec;
44 XdhKeySpec spec = new XdhKeySpec(keyBytes); in create()
52 XdhKeySpec spec1 = new XdhKeySpec(keyBytes); in equality()
53 XdhKeySpec spec2 = new XdhKeySpec(keyBytes); in equality()
/libcore/luni/src/main/java/android/crypto/hpke/
DXdhKeySpec.java31 public final class XdhKeySpec extends EncodedKeySpec { class
36 public XdhKeySpec(@NonNull byte[] encoded) { in XdhKeySpec() method in XdhKeySpec
/libcore/luni/annotations/flagged_api/android/crypto/hpke/
DXdhKeySpec.annotated.java24 public final class XdhKeySpec extends EncodedKeySpec { class
27 public XdhKeySpec(byte[] encoded) { throw new RuntimeException("Stub!"); } in XdhKeySpec() method in XdhKeySpec
/libcore/
Dnon_openjdk_java_files.bp141 "luni/src/main/java/android/crypto/hpke/XdhKeySpec.java",
/libcore/api/
Dcurrent.txt14 …@FlaggedApi("com.android.libcore.hpke_v_apis") public final class XdhKeySpec extends java.security…
15 ctor @FlaggedApi("com.android.libcore.hpke_v_apis") public XdhKeySpec(@NonNull byte[]);