Uses of Class
com.google.crypto.tink.hybrid.HpkeParameters
-
Packages that use HpkeParameters Package Description com.google.crypto.tink.hybrid -
-
Uses of HpkeParameters in com.google.crypto.tink.hybrid
Methods in com.google.crypto.tink.hybrid that return HpkeParameters Modifier and Type Method Description HpkeParametersHpkeParameters.Builder. build()HpkeParametersHpkePrivateKey. getParameters()HpkeParametersHpkePublicKey. getParameters()Methods in com.google.crypto.tink.hybrid with parameters of type HpkeParameters Modifier and Type Method Description static HpkePublicKeyHpkePublicKey. create(HpkeParameters parameters, Bytes publicKeyBytes, java.lang.Integer idRequirement)Creates a new HPKE public key.
-