Uses of Class
com.google.crypto.tink.subtle.prf.PrfImpl
-
Packages that use PrfImpl Package Description com.google.crypto.tink.subtle.prf -
-
Uses of PrfImpl in com.google.crypto.tink.subtle.prf
Methods in com.google.crypto.tink.subtle.prf that return PrfImpl Modifier and Type Method Description static PrfImplPrfImpl. wrap(StreamingPrf prfStreamer)Creates a Prf primitive from a StreamingPrf primitive.
-