anon.client.crypto
Interface IASymMixCipher
- All Known Implementing Classes:
- ASymMixCipherPlainRSA, ASymMixCipherRSAOAEP
public interface IASymMixCipher
encrypt
int encrypt(byte[] from,
int ifrom,
byte[] to,
int ito)
getOutputBlockSize
int getOutputBlockSize()
getInputBlockSize
int getInputBlockSize()
getPaddingSize
int getPaddingSize()
setPublicKey
int setPublicKey(java.math.BigInteger modulus,
java.math.BigInteger exponent)
setPublicKey
int setPublicKey(org.w3c.dom.Element xmlKey)
getPublicKey
MyRSAPublicKey getPublicKey()