Uses of Class
com.google.crypto.tink.internal.LegacyProtoKey
-
-
Uses of LegacyProtoKey in com.google.crypto.tink.aead.internal
Methods in com.google.crypto.tink.aead.internal with parameters of type LegacyProtoKey Modifier and Type Method Description static AeadLegacyFullAead. create(LegacyProtoKey key)This method covers the cases where users created their own aead/key classes. -
Uses of LegacyProtoKey in com.google.crypto.tink.daead.internal
Methods in com.google.crypto.tink.daead.internal with parameters of type LegacyProtoKey Modifier and Type Method Description static DeterministicAeadLegacyFullDeterministicAead. create(LegacyProtoKey key)Creates a DeterministicAead full primitive from user-defined deterministic aead / key classes. -
Uses of LegacyProtoKey in com.google.crypto.tink.hybrid.internal
Methods in com.google.crypto.tink.hybrid.internal with parameters of type LegacyProtoKey Modifier and Type Method Description static HybridDecryptLegacyFullHybridDecrypt. create(LegacyProtoKey key)static HybridEncryptLegacyFullHybridEncrypt. create(LegacyProtoKey key)This method covers the cases where users created their own aead/key classes. -
Uses of LegacyProtoKey in com.google.crypto.tink.mac.internal
Methods in com.google.crypto.tink.mac.internal with parameters of type LegacyProtoKey Modifier and Type Method Description static MacLegacyFullMac. create(LegacyProtoKey key)This method covers the cases where users created their own mac/key classes. -
Uses of LegacyProtoKey in com.google.crypto.tink.prf.internal
Methods in com.google.crypto.tink.prf.internal with parameters of type LegacyProtoKey Modifier and Type Method Description static PrfLegacyFullPrf. create(LegacyProtoKey key)This method covers the cases where users created their own prf/key classes. -
Uses of LegacyProtoKey in com.google.crypto.tink.signature.internal
Methods in com.google.crypto.tink.signature.internal with parameters of type LegacyProtoKey Modifier and Type Method Description static PublicKeySignLegacyFullSign. create(LegacyProtoKey key)Creates the full primitive corresponding to the key.static PublicKeyVerifyLegacyFullVerify. create(LegacyProtoKey key)Creates the full primitive corresponding to the key. -
Uses of LegacyProtoKey in com.google.crypto.tink.streamingaead.internal
Methods in com.google.crypto.tink.streamingaead.internal with parameters of type LegacyProtoKey Modifier and Type Method Description static StreamingAeadLegacyFullStreamingAead. create(LegacyProtoKey key)Covers the cases where users created their own streaming AEAD / key classes.
-