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, PrimitiveWrapper.PrimitiveFactory<Aead> factory) -
Uses of PrimitiveWrapper.PrimitiveFactory in com.google.crypto.tink.aead.internal
Methods in com.google.crypto.tink.aead.internal with parameters of type PrimitiveWrapper.PrimitiveFactory Modifier and Type Method Description static AeadWrappedAead. create(KeysetHandleInterface keysetHandle, 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, PrimitiveWrapper.PrimitiveFactory<DeterministicAead> factory) -
Uses of PrimitiveWrapper.PrimitiveFactory in com.google.crypto.tink.daead.internal
Methods in com.google.crypto.tink.daead.internal with parameters of type PrimitiveWrapper.PrimitiveFactory Modifier and Type Method Description static DeterministicAeadWrappedDeterministicAead. create(KeysetHandleInterface handle, 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, PrimitiveWrapper.PrimitiveFactory<HybridDecrypt> factory)HybridEncryptHybridEncryptWrapper. wrap(KeysetHandleInterface keysetHandle, PrimitiveWrapper.PrimitiveFactory<HybridEncrypt> factory) -
Uses of PrimitiveWrapper.PrimitiveFactory in com.google.crypto.tink.hybrid.internal
Methods in com.google.crypto.tink.hybrid.internal with parameters of type PrimitiveWrapper.PrimitiveFactory Modifier and Type Method Description static HybridDecryptWrappedHybridDecrypt. create(KeysetHandleInterface keysetHandle, PrimitiveWrapper.PrimitiveFactory<HybridDecrypt> factory)static HybridEncryptWrappedHybridEncrypt. create(KeysetHandleInterface keysetHandle, 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, 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, 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, PrimitiveWrapper.PrimitiveFactory<ChunkedMac> factory)MacMacWrapper. wrap(KeysetHandleInterface keysetHandle, PrimitiveWrapper.PrimitiveFactory<Mac> factory) -
Uses of PrimitiveWrapper.PrimitiveFactory in com.google.crypto.tink.mac.internal
Methods in com.google.crypto.tink.mac.internal with parameters of type PrimitiveWrapper.PrimitiveFactory Modifier and Type Method Description static ChunkedMacWrappedChunkedMac. create(KeysetHandleInterface keysetHandle, PrimitiveWrapper.PrimitiveFactory<ChunkedMac> factory)static MacWrappedMac. create(KeysetHandleInterface keysetHandle, 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, PrimitiveWrapper.PrimitiveFactory<Prf> factory) -
Uses of PrimitiveWrapper.PrimitiveFactory in com.google.crypto.tink.prf.internal
Methods in com.google.crypto.tink.prf.internal with parameters of type PrimitiveWrapper.PrimitiveFactory Modifier and Type Method Description static PrfSetWrappedPrfSet. create(KeysetHandleInterface keysetHandle, 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, PrimitiveWrapper.PrimitiveFactory<PublicKeySign> factory)PublicKeyVerifyPublicKeyVerifyWrapper. wrap(KeysetHandleInterface keysetHandle, PrimitiveWrapper.PrimitiveFactory<PublicKeyVerify> factory) -
Uses of PrimitiveWrapper.PrimitiveFactory in com.google.crypto.tink.signature.internal
Methods in com.google.crypto.tink.signature.internal with parameters of type PrimitiveWrapper.PrimitiveFactory Modifier and Type Method Description static PublicKeySignWrappedPublicKeySign. create(KeysetHandleInterface keysetHandle, PrimitiveWrapper.PrimitiveFactory<PublicKeySign> factory)static PublicKeyVerifyWrappedPublicKeyVerify. create(KeysetHandleInterface keysetHandle, 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, PrimitiveWrapper.PrimitiveFactory<StreamingAead> factory) -
Uses of PrimitiveWrapper.PrimitiveFactory in com.google.crypto.tink.streamingaead.internal
Methods in com.google.crypto.tink.streamingaead.internal with parameters of type PrimitiveWrapper.PrimitiveFactory Modifier and Type Method Description static StreamingAeadWrappedStreamingAead. wrap(KeysetHandleInterface handle, PrimitiveWrapper.PrimitiveFactory<StreamingAead> factory)
-