Uses of Interface
com.google.crypto.tink.DeterministicAead
-
Packages that use DeterministicAead Package Description com.google.crypto.tink.daead com.google.crypto.tink.daead.internal com.google.crypto.tink.subtle -
-
Uses of DeterministicAead in com.google.crypto.tink.daead
Methods in com.google.crypto.tink.daead that return DeterministicAead Modifier and Type Method Description static DeterministicAeadDeterministicAeadFactory. getPrimitive(KeysetHandle keysetHandle)Deprecated.UsekeysetHandle.getPrimitive(RegistryConfiguration.get(), DeterministicAead.class)after registering theDeterministicAeadWrapperinstead.DeterministicAeadDeterministicAeadWrapper. wrap(KeysetHandleInterface handle, MonitoringAnnotations annotations, PrimitiveWrapper.PrimitiveFactory<DeterministicAead> factory)Methods in com.google.crypto.tink.daead that return types with arguments of type DeterministicAead Modifier and Type Method Description java.lang.Class<DeterministicAead>DeterministicAeadWrapper. getInputPrimitiveClass()java.lang.Class<DeterministicAead>DeterministicAeadWrapper. getPrimitiveClass()Method parameters in com.google.crypto.tink.daead with type arguments of type DeterministicAead Modifier and Type Method Description DeterministicAeadDeterministicAeadWrapper. wrap(KeysetHandleInterface handle, MonitoringAnnotations annotations, PrimitiveWrapper.PrimitiveFactory<DeterministicAead> factory) -
Uses of DeterministicAead in com.google.crypto.tink.daead.internal
Classes in com.google.crypto.tink.daead.internal that implement DeterministicAead Modifier and Type Class Description classLegacyFullDeterministicAeadTakes an arbitrary rawDeterministicAeadand makes it a full primitive.Methods in com.google.crypto.tink.daead.internal that return DeterministicAead Modifier and Type Method Description static DeterministicAeadLegacyFullDeterministicAead. create(LegacyProtoKey key)Creates a DeterministicAead full primitive from user-defined deterministic aead / key classes. -
Uses of DeterministicAead in com.google.crypto.tink.subtle
Classes in com.google.crypto.tink.subtle that implement DeterministicAead Modifier and Type Class Description classAesSivAES-SIV, as described in RFC 5297.Methods in com.google.crypto.tink.subtle that return DeterministicAead Modifier and Type Method Description static DeterministicAeadAesSiv. create(AesSivKey key)
-