| Class | Description |
|---|---|
| AesCtrHmacStreamingKeyManager |
This key manager generates new
AesCtrHmacStreamingKey keys and produces new instances of
AesCtrHmacStreaming. |
| AesGcmHkdfStreamingKeyManager |
This key manager generates new
AesGcmHkdfStreamingKey keys and produces new instances of
AesGcmHkdfStreaming. |
| StreamingAeadConfig |
Static methods and constants for registering with the
Registry all
instances of StreamingAead key types supported in a particular
release of Tink. |
| StreamingAeadFactory | Deprecated
Use
keysetHandle.GetPrimitive(StreamingAead.class) after registering the
StreamingAeadWrapper instead. |
| StreamingAeadKeyTemplates |
Pre-generated
KeyTemplate for StreamingAead keys. |
| StreamingAeadWrapper |
StreamingAeadWrapper is the implementation of PrimitiveWrapper for the StreamingAead primitive.
|