Uses of Class
org.bouncycastle.crypto.general.RSA.OAEPParameters
-
Packages that use RSA.OAEPParameters Package Description org.bouncycastle.crypto.general 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.OAEPParameters Modifier and Type Field Description static RSA.OAEPParametersRSA. WRAP_OAEPRSA OAEP algorithm parameter source - default digest is SHA-1Methods in org.bouncycastle.crypto.general that return RSA.OAEPParameters Modifier and Type Method Description RSA.OAEPParametersRSA.OAEPParameters. withDigest(DigestAlgorithm digestAlgorithm)Specify the digest algorithm to use.RSA.OAEPParametersRSA.OAEPParameters. withEncodingParams(byte[] encodingParams)Set the encoding parameters.RSA.OAEPParametersRSA.OAEPParameters. withMGFDigest(DigestAlgorithm mgfDigestAlgorithm)Specify the digest algorithm to use for the MGF.
-