Uses of Class
org.bouncycastle.crypto.fips.FipsRSA.PSSSignatureParameters
Packages that use FipsRSA.PSSSignatureParameters
-
Uses of FipsRSA.PSSSignatureParameters in org.bouncycastle.crypto.fips
Fields in org.bouncycastle.crypto.fips declared as FipsRSA.PSSSignatureParametersModifier and TypeFieldDescriptionstatic final FipsRSA.PSSSignatureParameters
FipsRSA.PSS
RSA PSS signature algorithm parameter source - default is SHA-1Methods in org.bouncycastle.crypto.fips that return FipsRSA.PSSSignatureParametersModifier and TypeMethodDescriptionFipsRSA.PSSSignatureParameters.withDigestAlgorithm
(FipsDigestAlgorithm digestAlgorithm) Specify the digest algorithm to use.FipsRSA.PSSSignatureParameters.withMGFDigest
(FipsDigestAlgorithm mgfDigest) Specify the digest algorithm to use for the MGF.FipsRSA.PSSSignatureParameters.withSalt
(byte[] salt) Specify a fixed salt for the signature.FipsRSA.PSSSignatureParameters.withSaltLength
(int saltLength) Specify the saltLength for the signature.FipsRSA.PSSSignatureParameters.withTrailer
(int trailer) Specify the trailer for the signature.