| Modifier and Type | Method and Description |
|---|---|
KeysetHandle.Builder |
KeysetHandle.Builder.setMonitoringAnnotations(MonitoringAnnotations annotations)
Sets MonitoringAnnotations.
|
| Modifier and Type | Method and Description |
|---|---|
Aead |
AeadWrapper.wrap(KeysetHandleInterface keysetHandle,
MonitoringAnnotations annotations,
PrimitiveWrapper.PrimitiveFactory<Aead> factory) |
| Modifier and Type | Method and Description |
|---|---|
DeterministicAead |
DeterministicAeadWrapper.wrap(KeysetHandleInterface handle,
MonitoringAnnotations annotations,
PrimitiveWrapper.PrimitiveFactory<DeterministicAead> factory) |
| Modifier and Type | Method and Description |
|---|---|
HybridDecrypt |
HybridDecryptWrapper.wrap(KeysetHandleInterface keysetHandle,
MonitoringAnnotations annotations,
PrimitiveWrapper.PrimitiveFactory<HybridDecrypt> factory) |
HybridEncrypt |
HybridEncryptWrapper.wrap(KeysetHandleInterface keysetHandle,
MonitoringAnnotations annotations,
PrimitiveWrapper.PrimitiveFactory<HybridEncrypt> factory) |
| Modifier and Type | Field and Description |
|---|---|
static MonitoringAnnotations |
MonitoringAnnotations.EMPTY |
| Modifier and Type | Method and Description |
|---|---|
MonitoringAnnotations |
MonitoringAnnotations.Builder.build()
Builds the MonitoringAnnotations object.
|
| Modifier and Type | Method and Description |
|---|---|
MonitoringClient.Logger |
MonitoringClient.createLogger(KeysetHandleInterface keysetInfo,
MonitoringAnnotations annotations,
String primitive,
String api)
Function that creates Logger objects.
|
abstract <P> P |
InternalConfiguration.wrap(KeysetHandleInterface keysetHandle,
MonitoringAnnotations annotations,
Class<P> clazz)
Creates a primitive from a KeysetHandle.
|
<P> P |
RegistryConfiguration.wrap(KeysetHandleInterface keysetHandle,
MonitoringAnnotations annotations,
Class<P> clazz) |
<WrappedPrimitiveT> |
PrimitiveRegistry.wrap(KeysetHandleInterface keysetHandle,
MonitoringAnnotations annotations,
Class<WrappedPrimitiveT> wrapperClassObject) |
<WrapperPrimitiveT> |
MutablePrimitiveRegistry.wrap(KeysetHandleInterface keysetHandle,
MonitoringAnnotations annotations,
Class<WrapperPrimitiveT> wrapperClassObject) |
P |
PrimitiveWrapper.wrap(KeysetHandleInterface keysetHandle,
MonitoringAnnotations annotations,
PrimitiveWrapper.PrimitiveFactory<B> primitiveFactory)
Wraps a
PrimitiveSet and returns a single instance. |
| Modifier and Type | Method and Description |
|---|---|
KeysetDeriver |
KeysetDeriverWrapper.wrap(KeysetHandleInterface keysetHandle,
MonitoringAnnotations annotations,
PrimitiveWrapper.PrimitiveFactory<KeyDeriver> factory) |
| Modifier and Type | Method and Description |
|---|---|
ChunkedMac |
ChunkedMacWrapper.wrap(KeysetHandleInterface keysetHandle,
MonitoringAnnotations annotations,
PrimitiveWrapper.PrimitiveFactory<ChunkedMac> factory) |
Mac |
MacWrapper.wrap(KeysetHandleInterface keysetHandle,
MonitoringAnnotations annotations,
PrimitiveWrapper.PrimitiveFactory<Mac> factory) |
| Modifier and Type | Method and Description |
|---|---|
PrfSet |
PrfSetWrapper.wrap(KeysetHandleInterface keysetHandle,
MonitoringAnnotations annotations,
PrimitiveWrapper.PrimitiveFactory<Prf> factory) |
| Modifier and Type | Method and Description |
|---|---|
PublicKeySign |
PublicKeySignWrapper.wrap(KeysetHandleInterface keysetHandle,
MonitoringAnnotations annotations,
PrimitiveWrapper.PrimitiveFactory<PublicKeySign> factory) |
PublicKeyVerify |
PublicKeyVerifyWrapper.wrap(KeysetHandleInterface keysetHandle,
MonitoringAnnotations annotations,
PrimitiveWrapper.PrimitiveFactory<PublicKeyVerify> factory) |
| Modifier and Type | Method and Description |
|---|---|
StreamingAead |
StreamingAeadWrapper.wrap(KeysetHandleInterface handle,
MonitoringAnnotations annotations,
PrimitiveWrapper.PrimitiveFactory<StreamingAead> factory) |