Uses of Interface
com.google.crypto.tink.Annotations
-
Packages that use Annotations Package Description com.google.crypto.tink com.google.crypto.tink.internal -
-
Uses of Annotations in com.google.crypto.tink
Methods in com.google.crypto.tink with type parameters of type Annotations Modifier and Type Method Description <T extends Annotations>
KeysetHandle.BuilderKeysetHandle.Builder. addAnnotations(java.lang.Class<T> clazz, T annotations)Adds some annotations to the keyset.<T extends Annotations>
TKeysetHandle. getAnnotationsOrNull(java.lang.Class<T> t)Returns annotations which were previously set withKeysetHandleBuilder#addAnnotations.<T extends Annotations>
TKeysetHandleInterface. getAnnotationsOrNull(java.lang.Class<T> t)Returns annotations which could previously be added withKeysetHandleBuilder.addAnnotations(); -
Uses of Annotations in com.google.crypto.tink.internal
Classes in com.google.crypto.tink.internal that implement Annotations Modifier and Type Class Description classMonitoringAnnotationsImmutable keyset annotations used by monitoring.
-