Uses of Class
com.google.crypto.tink.signature.SlhDsaParameters
-
Packages that use SlhDsaParameters Package Description com.google.crypto.tink.signature -
-
Uses of SlhDsaParameters in com.google.crypto.tink.signature
Methods in com.google.crypto.tink.signature that return SlhDsaParameters Modifier and Type Method Description static SlhDsaParametersSlhDsaParameters. createSlhDsaWithSha2And128S(SlhDsaParameters.Variant variant)Create an SLH-DSA-SHA2-128S parameters with a given variant.SlhDsaParametersSlhDsaPrivateKey. getParameters()SlhDsaParametersSlhDsaPublicKey. getParameters()Methods in com.google.crypto.tink.signature with parameters of type SlhDsaParameters Modifier and Type Method Description SlhDsaPublicKey.BuilderSlhDsaPublicKey.Builder. setParameters(SlhDsaParameters parameters)
-