Uses of Class
org.bouncycastle.crypto.fips.FipsRSA.PSSSignatureParameters
-
Packages that use FipsRSA.PSSSignatureParameters Package Description org.bouncycastle.crypto.fips Classes for FIPS approved mode algorithms -
-
Uses of FipsRSA.PSSSignatureParameters in org.bouncycastle.crypto.fips
Fields in org.bouncycastle.crypto.fips declared as FipsRSA.PSSSignatureParameters Modifier and Type Field Description static FipsRSA.PSSSignatureParameters
FipsRSA. PSS
RSA PSS signature algorithm parameter source - default is SHA-1Methods in org.bouncycastle.crypto.fips that return FipsRSA.PSSSignatureParameters Modifier and Type Method Description FipsRSA.PSSSignatureParameters
FipsRSA.PSSSignatureParameters. withDigestAlgorithm(FipsDigestAlgorithm digestAlgorithm)
Specify the digest algorithm to use.FipsRSA.PSSSignatureParameters
FipsRSA.PSSSignatureParameters. withMGFDigest(FipsDigestAlgorithm mgfDigest)
Specify the digest algorithm to use for the MGF.FipsRSA.PSSSignatureParameters
FipsRSA.PSSSignatureParameters. withSalt(byte[] salt)
Specify a fixed salt for the signature.FipsRSA.PSSSignatureParameters
FipsRSA.PSSSignatureParameters. withSaltLength(int saltLength)
Specify the saltLength for the signature.FipsRSA.PSSSignatureParameters
FipsRSA.PSSSignatureParameters. withTrailer(int trailer)
Specify the trailer for the signature.
-