Uses of Interface
com.google.crypto.tink.internal.PrimitiveWrapper
-
-
Uses of PrimitiveWrapper in com.google.crypto.tink
Methods in com.google.crypto.tink that return PrimitiveWrapper Modifier and Type Method Description PrimitiveWrapper<?,P>Catalogue. getPrimitiveWrapper()Deprecated.Returns a new primitive wrapper for this primitive. -
Uses of PrimitiveWrapper in com.google.crypto.tink.aead
Classes in com.google.crypto.tink.aead that implement PrimitiveWrapper Modifier and Type Class Description classAeadWrapperAeadWrapper is the implementation of SetWrapper for the Aead primitive. -
Uses of PrimitiveWrapper in com.google.crypto.tink.daead
Classes in com.google.crypto.tink.daead that implement PrimitiveWrapper Modifier and Type Class Description classDeterministicAeadWrapperThe implementation ofPrimitiveWrapper<DeterministicAead>. -
Uses of PrimitiveWrapper in com.google.crypto.tink.hybrid
Classes in com.google.crypto.tink.hybrid that implement PrimitiveWrapper Modifier and Type Class Description classHybridDecryptWrapperThe implementation ofPrimitiveWrapper<HybridDecrypt>.classHybridEncryptWrapperThe implementation ofPrimitiveWrapper<HybridEncrypt>. -
Uses of PrimitiveWrapper in com.google.crypto.tink.internal
Methods in com.google.crypto.tink.internal with parameters of type PrimitiveWrapper Modifier and Type Method Description <InputPrimitiveT,WrapperPrimitiveT>
voidMutablePrimitiveRegistry. registerPrimitiveWrapper(PrimitiveWrapper<InputPrimitiveT,WrapperPrimitiveT> wrapper)<InputPrimitiveT,WrapperPrimitiveT>
PrimitiveRegistry.BuilderPrimitiveRegistry.Builder. registerPrimitiveWrapper(PrimitiveWrapper<InputPrimitiveT,WrapperPrimitiveT> wrapper) -
Uses of PrimitiveWrapper in com.google.crypto.tink.keyderivation.internal
Classes in com.google.crypto.tink.keyderivation.internal that implement PrimitiveWrapper Modifier and Type Class Description classKeysetDeriverWrapperKnows how to implement a KeysetDeriver object from KeyDeriver objects. -
Uses of PrimitiveWrapper in com.google.crypto.tink.mac
Classes in com.google.crypto.tink.mac that implement PrimitiveWrapper Modifier and Type Class Description classChunkedMacWrapperChunkedMacWrapper is the implementation of PrimitiveWrapper for the ChunkedMac primitive.classMacWrapperMacWrapper is the implementation of PrimitiveWrapper for the Mac primitive. -
Uses of PrimitiveWrapper in com.google.crypto.tink.prf
Classes in com.google.crypto.tink.prf that implement PrimitiveWrapper Modifier and Type Class Description classPrfSetWrapperPrfSetWrapper is the implementation of PrimitiveWrapper for the PrfSet primitive. -
Uses of PrimitiveWrapper in com.google.crypto.tink.signature
Classes in com.google.crypto.tink.signature that implement PrimitiveWrapper Modifier and Type Class Description classPublicKeySignWrapperThe implementation ofPrimitiveWrapper<PublicKeySign>.classPublicKeyVerifyWrapperThe implementation ofPrimitiveWrapper<DeterministicAead>. -
Uses of PrimitiveWrapper in com.google.crypto.tink.streamingaead
Classes in com.google.crypto.tink.streamingaead that implement PrimitiveWrapper Modifier and Type Class Description classStreamingAeadWrapperStreamingAeadWrapper is the implementation of PrimitiveWrapper for the StreamingAead primitive.
-