Uses of Interface
com.google.crypto.tink.KeysetHandleInterface
-
-
Uses of KeysetHandleInterface in com.google.crypto.tink
Classes in com.google.crypto.tink that implement KeysetHandleInterface Modifier and Type Class Description classKeysetHandleA KeysetHandle provides abstracted access toKeyset, to limit the exposure of actual protocol buffers that hold sensitive key material.Methods in com.google.crypto.tink with parameters of type KeysetHandleInterface Modifier and Type Method Description <P> PConfiguration. createPrimitive(KeysetHandleInterface keysetHandle, java.lang.Class<P> clazz) -
Uses of KeysetHandleInterface in com.google.crypto.tink.aead
Methods in com.google.crypto.tink.aead with parameters of type KeysetHandleInterface Modifier and Type Method Description AeadAeadWrapper. wrap(KeysetHandleInterface keysetHandle, PrimitiveWrapper.PrimitiveFactory<Aead> factory) -
Uses of KeysetHandleInterface in com.google.crypto.tink.aead.internal
Methods in com.google.crypto.tink.aead.internal with parameters of type KeysetHandleInterface Modifier and Type Method Description static AeadWrappedAead. create(KeysetHandleInterface keysetHandle, PrimitiveWrapper.PrimitiveFactory<Aead> factory) -
Uses of KeysetHandleInterface in com.google.crypto.tink.daead
Methods in com.google.crypto.tink.daead with parameters of type KeysetHandleInterface Modifier and Type Method Description DeterministicAeadDeterministicAeadWrapper. wrap(KeysetHandleInterface handle, PrimitiveWrapper.PrimitiveFactory<DeterministicAead> factory) -
Uses of KeysetHandleInterface in com.google.crypto.tink.daead.internal
Methods in com.google.crypto.tink.daead.internal with parameters of type KeysetHandleInterface Modifier and Type Method Description static DeterministicAeadWrappedDeterministicAead. create(KeysetHandleInterface handle, PrimitiveWrapper.PrimitiveFactory<DeterministicAead> factory) -
Uses of KeysetHandleInterface in com.google.crypto.tink.hybrid
Methods in com.google.crypto.tink.hybrid with parameters of type KeysetHandleInterface Modifier and Type Method Description HybridDecryptHybridDecryptWrapper. wrap(KeysetHandleInterface keysetHandle, PrimitiveWrapper.PrimitiveFactory<HybridDecrypt> factory)HybridEncryptHybridEncryptWrapper. wrap(KeysetHandleInterface keysetHandle, PrimitiveWrapper.PrimitiveFactory<HybridEncrypt> factory) -
Uses of KeysetHandleInterface in com.google.crypto.tink.hybrid.internal
Methods in com.google.crypto.tink.hybrid.internal with parameters of type KeysetHandleInterface 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 KeysetHandleInterface in com.google.crypto.tink.internal
Methods in com.google.crypto.tink.internal with parameters of type KeysetHandleInterface Modifier and Type Method Description MonitoringClient.LoggerMonitoringClient. createLogger(KeysetHandleInterface keysetInfo, MonitoringAnnotations annotations, java.lang.String primitive, java.lang.String api)Function that creates Logger objects.<WrapperPrimitiveT>
WrapperPrimitiveTMutablePrimitiveRegistry. wrap(KeysetHandleInterface keysetHandle, java.lang.Class<WrapperPrimitiveT> wrapperClassObject)<WrappedPrimitiveT>
WrappedPrimitiveTPrimitiveRegistry. wrap(KeysetHandleInterface keysetHandle, java.lang.Class<WrappedPrimitiveT> wrapperClassObject)PPrimitiveWrapper. wrap(KeysetHandleInterface keysetHandle, PrimitiveWrapper.PrimitiveFactory<B> primitiveFactory)Wraps aPrimitiveSetand returns a single instance. -
Uses of KeysetHandleInterface in com.google.crypto.tink.keyderivation.internal
Methods in com.google.crypto.tink.keyderivation.internal with parameters of type KeysetHandleInterface Modifier and Type Method Description KeysetDeriverKeysetDeriverWrapper. wrap(KeysetHandleInterface keysetHandle, PrimitiveWrapper.PrimitiveFactory<KeyDeriver> factory) -
Uses of KeysetHandleInterface in com.google.crypto.tink.mac
Methods in com.google.crypto.tink.mac with parameters of type KeysetHandleInterface Modifier and Type Method Description ChunkedMacChunkedMacWrapper. wrap(KeysetHandleInterface keysetHandle, PrimitiveWrapper.PrimitiveFactory<ChunkedMac> factory)MacMacWrapper. wrap(KeysetHandleInterface keysetHandle, PrimitiveWrapper.PrimitiveFactory<Mac> factory) -
Uses of KeysetHandleInterface in com.google.crypto.tink.mac.internal
Methods in com.google.crypto.tink.mac.internal with parameters of type KeysetHandleInterface 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 KeysetHandleInterface in com.google.crypto.tink.prf
Methods in com.google.crypto.tink.prf with parameters of type KeysetHandleInterface Modifier and Type Method Description PrfSetPrfSetWrapper. wrap(KeysetHandleInterface keysetHandle, PrimitiveWrapper.PrimitiveFactory<Prf> factory) -
Uses of KeysetHandleInterface in com.google.crypto.tink.prf.internal
Methods in com.google.crypto.tink.prf.internal with parameters of type KeysetHandleInterface Modifier and Type Method Description static PrfSetWrappedPrfSet. create(KeysetHandleInterface keysetHandle, PrimitiveWrapper.PrimitiveFactory<Prf> factory) -
Uses of KeysetHandleInterface in com.google.crypto.tink.signature
Methods in com.google.crypto.tink.signature with parameters of type KeysetHandleInterface Modifier and Type Method Description PublicKeySignPublicKeySignWrapper. wrap(KeysetHandleInterface keysetHandle, PrimitiveWrapper.PrimitiveFactory<PublicKeySign> factory)PublicKeyVerifyPublicKeyVerifyWrapper. wrap(KeysetHandleInterface keysetHandle, PrimitiveWrapper.PrimitiveFactory<PublicKeyVerify> factory) -
Uses of KeysetHandleInterface in com.google.crypto.tink.signature.internal
Methods in com.google.crypto.tink.signature.internal with parameters of type KeysetHandleInterface 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 KeysetHandleInterface in com.google.crypto.tink.streamingaead
Methods in com.google.crypto.tink.streamingaead with parameters of type KeysetHandleInterface Modifier and Type Method Description StreamingAeadStreamingAeadWrapper. wrap(KeysetHandleInterface handle, PrimitiveWrapper.PrimitiveFactory<StreamingAead> factory) -
Uses of KeysetHandleInterface in com.google.crypto.tink.streamingaead.internal
Methods in com.google.crypto.tink.streamingaead.internal with parameters of type KeysetHandleInterface Modifier and Type Method Description static StreamingAeadWrappedStreamingAead. wrap(KeysetHandleInterface handle, PrimitiveWrapper.PrimitiveFactory<StreamingAead> factory)
-