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