Uses of Interface
com.google.crypto.tink.subtle.prf.StreamingPrf
-
Packages that use StreamingPrf Package Description com.google.crypto.tink.subtle.prf -
-
Uses of StreamingPrf in com.google.crypto.tink.subtle.prf
Classes in com.google.crypto.tink.subtle.prf that implement StreamingPrf Modifier and Type Class Description classHkdfStreamingPrfAn implementation of the HKDF pseudorandom function, as given by RFC 5869.Methods in com.google.crypto.tink.subtle.prf that return StreamingPrf Modifier and Type Method Description static StreamingPrfHkdfStreamingPrf. create(HkdfPrfKey key)Methods in com.google.crypto.tink.subtle.prf with parameters of type StreamingPrf Modifier and Type Method Description static PrfImplPrfImpl. wrap(StreamingPrf prfStreamer)Creates a Prf primitive from a StreamingPrf primitive.
-