Uses of Class
com.google.crypto.tink.internal.MonitoringAnnotations
-
-
Uses of MonitoringAnnotations in com.google.crypto.tink
Methods in com.google.crypto.tink with parameters of type MonitoringAnnotations Modifier and Type Method Description KeysetHandle.BuilderKeysetHandle.Builder. setMonitoringAnnotations(MonitoringAnnotations annotations)Sets MonitoringAnnotations. -
Uses of MonitoringAnnotations in com.google.crypto.tink.aead
Methods in com.google.crypto.tink.aead with parameters of type MonitoringAnnotations Modifier and Type Method Description AeadAeadWrapper. wrap(KeysetHandleInterface keysetHandle, MonitoringAnnotations annotations, PrimitiveWrapper.PrimitiveFactory<Aead> factory) -
Uses of MonitoringAnnotations in com.google.crypto.tink.daead
Methods in com.google.crypto.tink.daead with parameters of type MonitoringAnnotations Modifier and Type Method Description DeterministicAeadDeterministicAeadWrapper. wrap(KeysetHandleInterface handle, MonitoringAnnotations annotations, PrimitiveWrapper.PrimitiveFactory<DeterministicAead> factory) -
Uses of MonitoringAnnotations in com.google.crypto.tink.hybrid
Methods in com.google.crypto.tink.hybrid with parameters of type MonitoringAnnotations 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 MonitoringAnnotations in com.google.crypto.tink.internal
Fields in com.google.crypto.tink.internal declared as MonitoringAnnotations Modifier and Type Field Description static MonitoringAnnotationsMonitoringAnnotations. EMPTYMethods in com.google.crypto.tink.internal that return MonitoringAnnotations Modifier and Type Method Description MonitoringAnnotationsMonitoringAnnotations.Builder. build()Builds the MonitoringAnnotations object.Methods in com.google.crypto.tink.internal with parameters of type MonitoringAnnotations 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 MonitoringAnnotations in com.google.crypto.tink.keyderivation.internal
Methods in com.google.crypto.tink.keyderivation.internal with parameters of type MonitoringAnnotations Modifier and Type Method Description KeysetDeriverKeysetDeriverWrapper. wrap(KeysetHandleInterface keysetHandle, MonitoringAnnotations annotations, PrimitiveWrapper.PrimitiveFactory<KeyDeriver> factory) -
Uses of MonitoringAnnotations in com.google.crypto.tink.mac
Methods in com.google.crypto.tink.mac with parameters of type MonitoringAnnotations 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 MonitoringAnnotations in com.google.crypto.tink.prf
Methods in com.google.crypto.tink.prf with parameters of type MonitoringAnnotations Modifier and Type Method Description PrfSetPrfSetWrapper. wrap(KeysetHandleInterface keysetHandle, MonitoringAnnotations annotations, PrimitiveWrapper.PrimitiveFactory<Prf> factory) -
Uses of MonitoringAnnotations in com.google.crypto.tink.signature
Methods in com.google.crypto.tink.signature with parameters of type MonitoringAnnotations 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 MonitoringAnnotations in com.google.crypto.tink.streamingaead
Methods in com.google.crypto.tink.streamingaead with parameters of type MonitoringAnnotations Modifier and Type Method Description StreamingAeadStreamingAeadWrapper. wrap(KeysetHandleInterface handle, MonitoringAnnotations annotations, PrimitiveWrapper.PrimitiveFactory<StreamingAead> factory)
-