Uses of Interface
com.google.crypto.tink.internal.PrimitiveWrapper.PrimitiveFactory
-
-
Uses of PrimitiveWrapper.PrimitiveFactory in com.google.crypto.tink.aead
Methods in com.google.crypto.tink.aead with parameters of type PrimitiveWrapper.PrimitiveFactory Modifier and Type Method Description AeadAeadWrapper. wrap(KeysetHandleInterface keysetHandle, MonitoringAnnotations annotations, PrimitiveWrapper.PrimitiveFactory<Aead> factory) -
Uses of PrimitiveWrapper.PrimitiveFactory in com.google.crypto.tink.daead
Methods in com.google.crypto.tink.daead with parameters of type PrimitiveWrapper.PrimitiveFactory Modifier and Type Method Description DeterministicAeadDeterministicAeadWrapper. wrap(KeysetHandleInterface handle, MonitoringAnnotations annotations, PrimitiveWrapper.PrimitiveFactory<DeterministicAead> factory) -
Uses of PrimitiveWrapper.PrimitiveFactory in com.google.crypto.tink.hybrid
Methods in com.google.crypto.tink.hybrid with parameters of type PrimitiveWrapper.PrimitiveFactory Modifier and Type Method Description HybridDecryptHybridDecryptWrapper. wrap(KeysetHandleInterface keysetHandle, MonitoringAnnotations annotations, PrimitiveWrapper.PrimitiveFactory<HybridDecrypt> factory)HybridEncryptHybridEncryptWrapper. wrap(KeysetHandleInterface keysetHandle, MonitoringAnnotations annotations, PrimitiveWrapper.PrimitiveFactory<HybridEncrypt> factory) -
Uses of PrimitiveWrapper.PrimitiveFactory in com.google.crypto.tink.internal
Methods in com.google.crypto.tink.internal with parameters of type PrimitiveWrapper.PrimitiveFactory Modifier and Type Method Description PPrimitiveWrapper. wrap(KeysetHandleInterface keysetHandle, MonitoringAnnotations annotations, PrimitiveWrapper.PrimitiveFactory<B> primitiveFactory)Wraps aPrimitiveSetand returns a single instance. -
Uses of PrimitiveWrapper.PrimitiveFactory in com.google.crypto.tink.keyderivation.internal
Methods in com.google.crypto.tink.keyderivation.internal with parameters of type PrimitiveWrapper.PrimitiveFactory Modifier and Type Method Description KeysetDeriverKeysetDeriverWrapper. wrap(KeysetHandleInterface keysetHandle, MonitoringAnnotations annotations, PrimitiveWrapper.PrimitiveFactory<KeyDeriver> factory) -
Uses of PrimitiveWrapper.PrimitiveFactory in com.google.crypto.tink.mac
Methods in com.google.crypto.tink.mac with parameters of type PrimitiveWrapper.PrimitiveFactory Modifier and Type Method Description ChunkedMacChunkedMacWrapper. wrap(KeysetHandleInterface keysetHandle, MonitoringAnnotations annotations, PrimitiveWrapper.PrimitiveFactory<ChunkedMac> factory)MacMacWrapper. wrap(KeysetHandleInterface keysetHandle, MonitoringAnnotations annotations, PrimitiveWrapper.PrimitiveFactory<Mac> factory) -
Uses of PrimitiveWrapper.PrimitiveFactory in com.google.crypto.tink.prf
Methods in com.google.crypto.tink.prf with parameters of type PrimitiveWrapper.PrimitiveFactory Modifier and Type Method Description PrfSetPrfSetWrapper. wrap(KeysetHandleInterface keysetHandle, MonitoringAnnotations annotations, PrimitiveWrapper.PrimitiveFactory<Prf> factory) -
Uses of PrimitiveWrapper.PrimitiveFactory in com.google.crypto.tink.signature
Methods in com.google.crypto.tink.signature with parameters of type PrimitiveWrapper.PrimitiveFactory Modifier and Type Method Description PublicKeySignPublicKeySignWrapper. wrap(KeysetHandleInterface keysetHandle, MonitoringAnnotations annotations, PrimitiveWrapper.PrimitiveFactory<PublicKeySign> factory)PublicKeyVerifyPublicKeyVerifyWrapper. wrap(KeysetHandleInterface keysetHandle, MonitoringAnnotations annotations, PrimitiveWrapper.PrimitiveFactory<PublicKeyVerify> factory) -
Uses of PrimitiveWrapper.PrimitiveFactory in com.google.crypto.tink.streamingaead
Methods in com.google.crypto.tink.streamingaead with parameters of type PrimitiveWrapper.PrimitiveFactory Modifier and Type Method Description StreamingAeadStreamingAeadWrapper. wrap(KeysetHandleInterface handle, MonitoringAnnotations annotations, PrimitiveWrapper.PrimitiveFactory<StreamingAead> factory)
-