Searched defs:sharedSecret (Results 1 – 3 of 3) sorted by relevance
94 byte[] sharedSecret, in create()123 public abstract Builder setSharedSecret(byte[] sharedSecret); in setSharedSecret()
293 assertArrayEquals(TestUtils.hexStringToByteArray(sharedKeyHex), sharedSecret); in testGetSharedKeyWithCurve25519() local
com/google/crypto/tink/subtle/prf/StreamingPrf.class StreamingPrf.java package ...