Uses of Class
com.google.crypto.tink.streamingaead.AesCtrHmacStreamingKey
-
Packages that use AesCtrHmacStreamingKey Package Description com.google.crypto.tink.streamingaead com.google.crypto.tink.subtle -
-
Uses of AesCtrHmacStreamingKey in com.google.crypto.tink.streamingaead
Methods in com.google.crypto.tink.streamingaead that return AesCtrHmacStreamingKey Modifier and Type Method Description static AesCtrHmacStreamingKeyAesCtrHmacStreamingKey. create(AesCtrHmacStreamingParameters parameters, SecretBytes initialKeymaterial) -
Uses of AesCtrHmacStreamingKey in com.google.crypto.tink.subtle
Methods in com.google.crypto.tink.subtle with parameters of type AesCtrHmacStreamingKey Modifier and Type Method Description static StreamingAeadAesCtrHmacStreaming. create(AesCtrHmacStreamingKey key)
-