Uses of Class
com.google.crypto.tink.internal.MutableSerializationRegistry
-
-
Uses of MutableSerializationRegistry in com.google.crypto.tink.aead
Methods in com.google.crypto.tink.aead with parameters of type MutableSerializationRegistry Modifier and Type Method Description static voidLegacyKmsEnvelopeAeadProtoSerialization. register(MutableSerializationRegistry registry) -
Uses of MutableSerializationRegistry in com.google.crypto.tink.aead.internal
Methods in com.google.crypto.tink.aead.internal with parameters of type MutableSerializationRegistry Modifier and Type Method Description static voidAesCtrHmacAeadProtoSerialization. register(MutableSerializationRegistry registry)static voidAesEaxProtoSerialization. register(MutableSerializationRegistry registry)static voidAesGcmProtoSerialization. register(MutableSerializationRegistry registry)static voidAesGcmSivProtoSerialization. register(MutableSerializationRegistry registry)static voidChaCha20Poly1305ProtoSerialization. register(MutableSerializationRegistry registry)static voidXAesGcmProtoSerialization. register(MutableSerializationRegistry registry)static voidXChaCha20Poly1305ProtoSerialization. register(MutableSerializationRegistry registry) -
Uses of MutableSerializationRegistry in com.google.crypto.tink.daead.internal
Methods in com.google.crypto.tink.daead.internal with parameters of type MutableSerializationRegistry Modifier and Type Method Description static voidAesSivProtoSerialization. register(MutableSerializationRegistry registry) -
Uses of MutableSerializationRegistry in com.google.crypto.tink.hybrid
Methods in com.google.crypto.tink.hybrid with parameters of type MutableSerializationRegistry Modifier and Type Method Description static voidHpkeProtoSerialization. register(MutableSerializationRegistry registry)Registers previously defined parser/serializer objects into a given registry. -
Uses of MutableSerializationRegistry in com.google.crypto.tink.hybrid.internal
Methods in com.google.crypto.tink.hybrid.internal with parameters of type MutableSerializationRegistry Modifier and Type Method Description static voidEciesProtoSerialization. register(MutableSerializationRegistry registry)Registers previously defined parser/serializer objects into a given registry. -
Uses of MutableSerializationRegistry in com.google.crypto.tink.internal
Methods in com.google.crypto.tink.internal that return MutableSerializationRegistry Modifier and Type Method Description static MutableSerializationRegistryMutableSerializationRegistry. globalInstance() -
Uses of MutableSerializationRegistry in com.google.crypto.tink.mac.internal
Methods in com.google.crypto.tink.mac.internal with parameters of type MutableSerializationRegistry Modifier and Type Method Description static voidAesCmacProtoSerialization. register(MutableSerializationRegistry registry)static voidHmacProtoSerialization. register(MutableSerializationRegistry registry) -
Uses of MutableSerializationRegistry in com.google.crypto.tink.prf.internal
Methods in com.google.crypto.tink.prf.internal with parameters of type MutableSerializationRegistry Modifier and Type Method Description static voidAesCmacPrfProtoSerialization. register(MutableSerializationRegistry registry)Registers previously defined parser/serializer objects into a given registry.static voidHkdfPrfProtoSerialization. register(MutableSerializationRegistry registry)static voidHmacPrfProtoSerialization. register(MutableSerializationRegistry registry) -
Uses of MutableSerializationRegistry in com.google.crypto.tink.signature.internal
Methods in com.google.crypto.tink.signature.internal with parameters of type MutableSerializationRegistry Modifier and Type Method Description static voidEcdsaProtoSerialization. register(MutableSerializationRegistry registry)static voidEd25519ProtoSerialization. register(MutableSerializationRegistry registry)Registers previously defined parser/serializer objects into a given registry.static voidRsaSsaPkcs1ProtoSerialization. register(MutableSerializationRegistry registry)static voidRsaSsaPssProtoSerialization. register(MutableSerializationRegistry registry) -
Uses of MutableSerializationRegistry in com.google.crypto.tink.streamingaead.internal
Methods in com.google.crypto.tink.streamingaead.internal with parameters of type MutableSerializationRegistry Modifier and Type Method Description static voidAesCtrHmacStreamingProtoSerialization. register(MutableSerializationRegistry registry)static voidAesGcmHkdfStreamingProtoSerialization. register(MutableSerializationRegistry registry)
-