Uses of Interface
com.google.crypto.tink.StreamingAead
-
Packages that use StreamingAead Package Description com.google.crypto.tink.streamingaead com.google.crypto.tink.streamingaead.internal com.google.crypto.tink.subtle -
-
Uses of StreamingAead in com.google.crypto.tink.streamingaead
Methods in com.google.crypto.tink.streamingaead that return StreamingAead Modifier and Type Method Description static StreamingAeadStreamingAeadFactory. getPrimitive(KeysetHandle keysetHandle)Deprecated.StreamingAeadStreamingAeadWrapper. wrap(KeysetHandleInterface handle, MonitoringAnnotations annotations, PrimitiveWrapper.PrimitiveFactory<StreamingAead> factory)Methods in com.google.crypto.tink.streamingaead that return types with arguments of type StreamingAead Modifier and Type Method Description java.lang.Class<StreamingAead>StreamingAeadWrapper. getInputPrimitiveClass()java.lang.Class<StreamingAead>StreamingAeadWrapper. getPrimitiveClass()Method parameters in com.google.crypto.tink.streamingaead with type arguments of type StreamingAead Modifier and Type Method Description StreamingAeadStreamingAeadWrapper. wrap(KeysetHandleInterface handle, MonitoringAnnotations annotations, PrimitiveWrapper.PrimitiveFactory<StreamingAead> factory) -
Uses of StreamingAead in com.google.crypto.tink.streamingaead.internal
Classes in com.google.crypto.tink.streamingaead.internal that implement StreamingAead Modifier and Type Class Description classLegacyFullStreamingAeadTakes an arbitrary raw StreamingAead and makes it a full primitive.Methods in com.google.crypto.tink.streamingaead.internal that return StreamingAead Modifier and Type Method Description static StreamingAeadLegacyFullStreamingAead. create(LegacyProtoKey key)Covers the cases where users created their own streaming AEAD / key classes. -
Uses of StreamingAead in com.google.crypto.tink.subtle
Classes in com.google.crypto.tink.subtle that implement StreamingAead Modifier and Type Class Description classAesCtrHmacStreamingStreaming encryption using AES-CTR and HMAC.classAesGcmHkdfStreamingStreaming encryption usingAES-GCMwithHKDFas key derivation function.Methods in com.google.crypto.tink.subtle that return StreamingAead Modifier and Type Method Description static StreamingAeadAesCtrHmacStreaming. create(AesCtrHmacStreamingKey key)static StreamingAeadAesGcmHkdfStreaming. create(AesGcmHkdfStreamingKey key)
-