Uses of Interface
com.google.crypto.tink.prf.Prf
-
Packages that use Prf Package Description com.google.crypto.tink.prf com.google.crypto.tink.prf.internal com.google.crypto.tink.subtle com.google.crypto.tink.subtle.prf -
-
Uses of Prf in com.google.crypto.tink.prf
Methods in com.google.crypto.tink.prf that return types with arguments of type Prf Modifier and Type Method Description java.lang.Class<Prf>PrfSetWrapper. getInputPrimitiveClass()abstract java.util.Map<java.lang.Integer,Prf>PrfSet. getPrfs()A map of the PRFs represented by the keys in this keyset.Method parameters in com.google.crypto.tink.prf with type arguments of type Prf Modifier and Type Method Description PrfSetPrfSetWrapper. wrap(KeysetHandleInterface keysetHandle, MonitoringAnnotations annotations, PrimitiveWrapper.PrimitiveFactory<Prf> factory) -
Uses of Prf in com.google.crypto.tink.prf.internal
Classes in com.google.crypto.tink.prf.internal that implement Prf Modifier and Type Class Description classLegacyFullPrfTakes an arbitrary raw Prf and makes it a full primitive.classPrfAesCmacAn implementation of CMAC following RFC 4493.classPrfAesCmacConscryptPrfimplementation of AES-CMAC using Conscrypt.Methods in com.google.crypto.tink.prf.internal that return Prf Modifier and Type Method Description static PrfLegacyFullPrf. create(LegacyProtoKey key)This method covers the cases where users created their own prf/key classes.static PrfPrfAesCmac. create(AesCmacPrfKey key)static PrfPrfAesCmacConscrypt. create(AesCmacPrfKey key)Returns aPrfprimitive from anAesCmacPrfKey. -
Uses of Prf in com.google.crypto.tink.subtle
Classes in com.google.crypto.tink.subtle that implement Prf Modifier and Type Class Description classPrfAesCmacAn implementation of CMAC following RFC 4493.classPrfHmacJcePrfimplementation using JCE.Methods in com.google.crypto.tink.subtle that return Prf Modifier and Type Method Description static PrfPrfAesCmac. create(AesCmacPrfKey key)static PrfPrfHmacJce. create(HmacPrfKey key)Given an HmacPrfKey, returns an instance of the Prf interface.Constructors in com.google.crypto.tink.subtle with parameters of type Prf Constructor Description PrfMac(Prf wrappedPrf, int tagSize)WrapwrappedPrfin a Mac primitive with the specifiedtagSize -
Uses of Prf in com.google.crypto.tink.subtle.prf
Classes in com.google.crypto.tink.subtle.prf that implement Prf Modifier and Type Class Description classPrfImplClass that implements the Prf primitive by wrapping a StreamingPrf.
-