Uses of Class
com.google.crypto.tink.annotations.Alpha
-
Packages that use Alpha Package Description com.google.crypto.tink com.google.crypto.tink.aead.subtle com.google.crypto.tink.internal com.google.crypto.tink.subtle -
-
Uses of Alpha in com.google.crypto.tink
Methods in com.google.crypto.tink with annotations of type Alpha Modifier and Type Method Description KeysetHandle.BuilderKeysetHandle.Builder. setMonitoringAnnotations(MonitoringAnnotations annotations)Sets MonitoringAnnotations. -
Uses of Alpha in com.google.crypto.tink.aead.subtle
Classes in com.google.crypto.tink.aead.subtle with annotations of type Alpha Modifier and Type Class Description classAesGcmSivThis primitive implements AES-GCM-SIV (as defined in RFC 8452) using JCE. -
Uses of Alpha in com.google.crypto.tink.internal
Classes in com.google.crypto.tink.internal with annotations of type Alpha Modifier and Type Class Description classCurve25519This class implements point arithmetic on the elliptic curve Curve25519.classField25519Defines field 25519 function based on curve25519-donna C implementation (mostly identical).classMonitoringAnnotationsImmutable keyset annotations used by monitoring.interfaceMonitoringClientInterface for a monitoring client which can be registered with Tink. -
Uses of Alpha in com.google.crypto.tink.subtle
Classes in com.google.crypto.tink.subtle with annotations of type Alpha Modifier and Type Class Description classX25519Defines the ECDH Curve25519 function, also known as the X25519 function.
-