Searched refs:XdhKeySpec (Results 1 – 5 of 5) sorted by relevance
28 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()
31 public final class XdhKeySpec extends EncodedKeySpec { class36 public XdhKeySpec(@NonNull byte[] encoded) { in XdhKeySpec() method in XdhKeySpec
24 public final class XdhKeySpec extends EncodedKeySpec { class27 public XdhKeySpec(byte[] encoded) { throw new RuntimeException("Stub!"); } in XdhKeySpec() method in XdhKeySpec
141 "luni/src/main/java/android/crypto/hpke/XdhKeySpec.java",
14 …@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[]);