Uses of Class
com.google.crypto.tink.hybrid.EciesParameters
-
Packages that use EciesParameters Package Description com.google.crypto.tink.hybrid com.google.crypto.tink.hybrid.internal -
-
Uses of EciesParameters in com.google.crypto.tink.hybrid
Fields in com.google.crypto.tink.hybrid declared as EciesParameters Modifier and Type Field Description static EciesParametersPredefinedHybridParameters. ECIES_P256_HKDF_HMAC_SHA256_AES128_CTR_HMAC_SHA256AKeyTemplatethat generates new instances ofEciesAeadHkdfPrivateKeywith the following parameters: KEM: ECDH over NIST P-256 DEM: AES128-CTR-HMAC-SHA256 with the following parameters AES key size: 16 bytes AES CTR IV size: 16 bytes HMAC key size: 32 bytes HMAC tag size: 16 bytes KDF: HKDF-HMAC-SHA256 with an empty saltstatic EciesParametersPredefinedHybridParameters. ECIES_P256_HKDF_HMAC_SHA256_AES128_GCMAKeyTemplatethat generates new instances ofEciesAeadHkdfPrivateKeywith the following parameters: KEM: ECDH over NIST P-256 DEM: AES128-GCM KDF: HKDF-HMAC-SHA256 with an empty saltstatic EciesParametersPredefinedHybridParameters. ECIES_P256_HKDF_HMAC_SHA256_AES128_GCM_COMPRESSED_WITHOUT_PREFIXAKeyTemplatethat generates new instances ofEciesAeadHkdfPrivateKeywith the following parameters: KEM: ECDH over NIST P-256 DEM: AES128-GCM KDF: HKDF-HMAC-SHA256 with an empty salt EC Point Format: Compressed OutputPrefixType: RAWMethods in com.google.crypto.tink.hybrid that return EciesParameters Modifier and Type Method Description EciesParametersEciesParameters.Builder. build()EciesParametersEciesPrivateKey. getParameters()EciesParametersEciesPublicKey. getParameters()Methods in com.google.crypto.tink.hybrid with parameters of type EciesParameters Modifier and Type Method Description static EciesPublicKeyEciesPublicKey. createForCurveX25519(EciesParameters parameters, Bytes publicPointBytes, java.lang.Integer idRequirement)Creates a new ECIES public key using Curve25519.static EciesPublicKeyEciesPublicKey. createForNistCurve(EciesParameters parameters, java.security.spec.ECPoint publicPoint, java.lang.Integer idRequirement)Creates a new ECIES public key using a NIST Curve. -
Uses of EciesParameters in com.google.crypto.tink.hybrid.internal
Methods in com.google.crypto.tink.hybrid.internal with parameters of type EciesParameters Modifier and Type Method Description static EciesDemHelper.DemEciesDemHelper. getDem(EciesParameters parameters)Returns a DEM based on the given parameters.
-