Uses of Class
org.bouncycastle.crypto.general.RSA.PSSSignatureParameters
Packages that use RSA.PSSSignatureParameters
Package
Description
Classes for general encryption algorithms and non-FIPS approved variants.
-
Uses of RSA.PSSSignatureParameters in org.bouncycastle.crypto.general
Fields in org.bouncycastle.crypto.general declared as RSA.PSSSignatureParametersModifier and TypeFieldDescriptionstatic final RSA.PSSSignatureParametersRSA.PSSRSA PSS signature algorithm parameter source - default is SHA-1Methods in org.bouncycastle.crypto.general that return RSA.PSSSignatureParametersModifier and TypeMethodDescriptionRSA.PSSSignatureParameters.withDigestAlgorithm(DigestAlgorithm digestAlgorithm) Specify the digest algorithm to use.RSA.PSSSignatureParameters.withMGFDigest(DigestAlgorithm mgfDigest) Specify the digest algorithm to use for the MGF.RSA.PSSSignatureParameters.withSalt(byte[] salt) Specify a fixed salt for the signature.RSA.PSSSignatureParameters.withSaltLength(int saltLength) Specify the saltLength for the signature.RSA.PSSSignatureParameters.withTrailer(int trailer) Specify the trailer for the signature.