Uses of Class
org.bouncycastle.crypto.fips.FipsRSA.OAEPParameters
Packages that use FipsRSA.OAEPParameters
-
Uses of FipsRSA.OAEPParameters in org.bouncycastle.crypto.fips
Fields in org.bouncycastle.crypto.fips declared as FipsRSA.OAEPParametersModifier and TypeFieldDescriptionstatic final FipsRSA.OAEPParametersFipsRSA.WRAP_OAEPRSA OAEP key wrap algorithm parameter source - default is SHA-1Methods in org.bouncycastle.crypto.fips that return FipsRSA.OAEPParametersModifier and TypeMethodDescriptionFipsRSA.OAEPKTSParameters.getOAEPParameters()FipsRSA.OAEPParameters.withDigest(FipsDigestAlgorithm digestAlgorithm) Specify the digest algorithm to use.FipsRSA.OAEPParameters.withEncodingParams(byte[] encodingParams) Set the encoding parameters.FipsRSA.OAEPParameters.withMGFDigest(FipsDigestAlgorithm mgfDigestAlgorithm) Specify the digest algorithm to use for the MGF.Methods in org.bouncycastle.crypto.fips with parameters of type FipsRSA.OAEPParametersModifier and TypeMethodDescriptionFipsRSA.OAEPKTSParameters.withOAEPParameters(FipsRSA.OAEPParameters oaepParameters) Specify the OAEP parameters to use during the transport step.