Uses of Class
com.google.crypto.tink.signature.SignatureParameters
-
Packages that use SignatureParameters Package Description com.google.crypto.tink.signature -
-
Uses of SignatureParameters in com.google.crypto.tink.signature
Subclasses of SignatureParameters in com.google.crypto.tink.signature Modifier and Type Class Description classCompositeMlDsaParametersParameters for the composite ML-DSA signatures.classEcdsaParametersDescribes the parameters of an ECDSA signature primitive.classEd25519ParametersThis class describes the parameters of anEd25519Key.classMlDsaParametersDescribes the parameters of ML-DSA signature primitive.classRsaSsaPkcs1ParametersDescribes the parameters of aRsaSsaPkcs1PublicKeyandRsaSsaPkcs1PrivateKey.classRsaSsaPssParametersDescribes the parameters of aRsaSsaPssPublicKeyandRsaSsaPssPrivateKey.classSlhDsaParametersDescribes the parameters of SLH-DSA signature primitive.Methods in com.google.crypto.tink.signature that return SignatureParameters Modifier and Type Method Description SignatureParametersSignaturePrivateKey. getParameters()Returns the parameters of this key.abstract SignatureParametersSignaturePublicKey. getParameters()Returns the parameters of this key.
-