public class P11PlainRSASigner extends Object implements org.bouncycastle.crypto.AsymmetricBlockCipher
| Constructor and Description |
|---|
P11PlainRSASigner() |
| Modifier and Type | Method and Description |
|---|---|
int |
getInputBlockSize() |
int |
getOutputBlockSize() |
void |
init(boolean forEncryption,
org.bouncycastle.crypto.CipherParameters cipherParam) |
byte[] |
processBlock(byte[] in,
int inOff,
int len) |
public void init(boolean forEncryption,
org.bouncycastle.crypto.CipherParameters cipherParam)
init in interface org.bouncycastle.crypto.AsymmetricBlockCipherpublic int getInputBlockSize()
getInputBlockSize in interface org.bouncycastle.crypto.AsymmetricBlockCipherpublic int getOutputBlockSize()
getOutputBlockSize in interface org.bouncycastle.crypto.AsymmetricBlockCipherpublic byte[] processBlock(byte[] in,
int inOff,
int len)
throws org.bouncycastle.crypto.InvalidCipherTextException
processBlock in interface org.bouncycastle.crypto.AsymmetricBlockCipherorg.bouncycastle.crypto.InvalidCipherTextExceptionCopyright © 2020. All rights reserved.