Uses of Interface
com.google.crypto.tink.HybridEncrypt
-
Packages that use HybridEncrypt Package Description com.google.crypto.tink.hybrid com.google.crypto.tink.hybrid.internal com.google.crypto.tink.hybrid.subtle com.google.crypto.tink.subtle -
-
Uses of HybridEncrypt in com.google.crypto.tink.hybrid
Methods in com.google.crypto.tink.hybrid that return HybridEncrypt Modifier and Type Method Description static HybridEncryptHybridEncryptFactory. getPrimitive(KeysetHandle keysetHandle)Deprecated.UsekeysetHandle.getPrimitive(RegistryConfiguration.get(), HybridEncrypt.class)after registering theHybridEncryptWrapperinstead.HybridEncryptHybridEncryptWrapper. wrap(KeysetHandleInterface keysetHandle, MonitoringAnnotations annotations, PrimitiveWrapper.PrimitiveFactory<HybridEncrypt> factory)Methods in com.google.crypto.tink.hybrid that return types with arguments of type HybridEncrypt Modifier and Type Method Description java.lang.Class<HybridEncrypt>HybridEncryptWrapper. getInputPrimitiveClass()java.lang.Class<HybridEncrypt>HybridEncryptWrapper. getPrimitiveClass()Method parameters in com.google.crypto.tink.hybrid with type arguments of type HybridEncrypt Modifier and Type Method Description HybridEncryptHybridEncryptWrapper. wrap(KeysetHandleInterface keysetHandle, MonitoringAnnotations annotations, PrimitiveWrapper.PrimitiveFactory<HybridEncrypt> factory) -
Uses of HybridEncrypt in com.google.crypto.tink.hybrid.internal
Classes in com.google.crypto.tink.hybrid.internal that implement HybridEncrypt Modifier and Type Class Description classHpkeEncryptHybrid Public Key Encryption (HPKE) encryption.classLegacyFullHybridEncryptTakes an arbitrary raw HybridEncrypt and makes it a full primitive.Methods in com.google.crypto.tink.hybrid.internal that return HybridEncrypt Modifier and Type Method Description static HybridEncryptHpkeEncrypt. create(HpkePublicKey key)static HybridEncryptLegacyFullHybridEncrypt. create(LegacyProtoKey key)This method covers the cases where users created their own aead/key classes. -
Uses of HybridEncrypt in com.google.crypto.tink.hybrid.subtle
Classes in com.google.crypto.tink.hybrid.subtle that implement HybridEncrypt Modifier and Type Class Description classRsaKemHybridEncryptHybrid encryption with RSA-KEM as defined in Shoup's ISO standard proposal as KEM, and AEAD as DEM and HKDF as KDF. -
Uses of HybridEncrypt in com.google.crypto.tink.subtle
Classes in com.google.crypto.tink.subtle that implement HybridEncrypt Modifier and Type Class Description classEciesAeadHkdfHybridEncryptECIES encryption with HKDF-KEM (key encapsulation mechanism) and AEAD-DEM (data encapsulation mechanism).Methods in com.google.crypto.tink.subtle that return HybridEncrypt Modifier and Type Method Description static HybridEncryptEciesAeadHkdfHybridEncrypt. create(EciesPublicKey key)
-