Uses of Class
org.bouncycastle.crypto.general.RSA.OAEPParameters
Packages that use RSA.OAEPParameters
Package
Description
Classes for general encryption algorithms and non-FIPS approved variants.
-
Uses of RSA.OAEPParameters in org.bouncycastle.crypto.general
Fields in org.bouncycastle.crypto.general declared as RSA.OAEPParametersModifier and TypeFieldDescriptionstatic final RSA.OAEPParameters
RSA.WRAP_OAEP
RSA OAEP algorithm parameter source - default digest is SHA-1Methods in org.bouncycastle.crypto.general that return RSA.OAEPParametersModifier and TypeMethodDescriptionRSA.OAEPParameters.withDigest
(DigestAlgorithm digestAlgorithm) Specify the digest algorithm to use.RSA.OAEPParameters.withEncodingParams
(byte[] encodingParams) Set the encoding parameters.RSA.OAEPParameters.withMGFDigest
(DigestAlgorithm mgfDigestAlgorithm) Specify the digest algorithm to use for the MGF.