Package org.bouncycastle.crypto.fips
Interface RSAEngine
public interface RSAEngine
Basic unblinded RSA engine implementation.
Used to abstract away calls to native backed RSA and Java RSA
-
Method Summary
Modifier and TypeMethodDescriptionconvertInput
(byte[] in, int inOff, int inLen) byte[]
convertOutput
(BigInteger result) int
int
void
init
(boolean forEncryption, org.bouncycastle.crypto.internal.CipherParameters param) processBlock
(BigInteger blindedInput)
-
Method Details
-
getInputBlockSize
int getInputBlockSize() -
getOutputBlockSize
int getOutputBlockSize() -
convertInput
-
processBlock
-
convertOutput
-
init
void init(boolean forEncryption, org.bouncycastle.crypto.internal.CipherParameters param)
-