Uses of Interface
com.google.crypto.tink.internal.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. -
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, MonitoringAnnotations annotations, 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, MonitoringAnnotations annotations, 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, MonitoringAnnotations annotations, PrimitiveWrapper.PrimitiveFactory<HybridDecrypt> factory)HybridEncryptHybridEncryptWrapper. wrap(KeysetHandleInterface keysetHandle, MonitoringAnnotations annotations, 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.abstract <P> PInternalConfiguration. wrap(KeysetHandleInterface keysetHandle, MonitoringAnnotations annotations, java.lang.Class<P> clazz)Creates a primitive from a KeysetHandle.<WrapperPrimitiveT>
WrapperPrimitiveTMutablePrimitiveRegistry. wrap(KeysetHandleInterface keysetHandle, MonitoringAnnotations annotations, java.lang.Class<WrapperPrimitiveT> wrapperClassObject)<WrappedPrimitiveT>
WrappedPrimitiveTPrimitiveRegistry. wrap(KeysetHandleInterface keysetHandle, MonitoringAnnotations annotations, java.lang.Class<WrappedPrimitiveT> wrapperClassObject)PPrimitiveWrapper. wrap(KeysetHandleInterface keysetHandle, MonitoringAnnotations annotations, PrimitiveWrapper.PrimitiveFactory<B> primitiveFactory)Wraps aPrimitiveSetand returns a single instance.<P> PRegistryConfiguration. wrap(KeysetHandleInterface keysetHandle, MonitoringAnnotations annotations, java.lang.Class<P> clazz) -
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, MonitoringAnnotations annotations, 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, MonitoringAnnotations annotations, PrimitiveWrapper.PrimitiveFactory<ChunkedMac> factory)MacMacWrapper. wrap(KeysetHandleInterface keysetHandle, MonitoringAnnotations annotations, 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, MonitoringAnnotations annotations, 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, MonitoringAnnotations annotations, PrimitiveWrapper.PrimitiveFactory<PublicKeySign> factory)PublicKeyVerifyPublicKeyVerifyWrapper. wrap(KeysetHandleInterface keysetHandle, MonitoringAnnotations annotations, 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, MonitoringAnnotations annotations, PrimitiveWrapper.PrimitiveFactory<StreamingAead> factory)
-