anon.client.crypto
Class ASymMixCipherRSAOAEP

java.lang.Object
  extended by anon.client.crypto.ASymMixCipherPlainRSA
      extended by anon.client.crypto.ASymMixCipherRSAOAEP
All Implemented Interfaces:
IASymMixCipher

public class ASymMixCipherRSAOAEP
extends ASymMixCipherPlainRSA


Field Summary
 
Fields inherited from class anon.client.crypto.ASymMixCipherPlainRSA
m_RSA
 
Constructor Summary
ASymMixCipherRSAOAEP()
           
 
Method Summary
 int encrypt(byte[] from, int ifrom, byte[] to, int ito)
           
 int getInputBlockSize()
           
 int getPaddingSize()
           
 
Methods inherited from class anon.client.crypto.ASymMixCipherPlainRSA
getOutputBlockSize, getPublicKey, setPublicKey, setPublicKey
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ASymMixCipherRSAOAEP

public ASymMixCipherRSAOAEP()
Method Detail

encrypt

public int encrypt(byte[] from,
                   int ifrom,
                   byte[] to,
                   int ito)
Specified by:
encrypt in interface IASymMixCipher
Overrides:
encrypt in class ASymMixCipherPlainRSA

getPaddingSize

public int getPaddingSize()
Specified by:
getPaddingSize in interface IASymMixCipher
Overrides:
getPaddingSize in class ASymMixCipherPlainRSA

getInputBlockSize

public int getInputBlockSize()
Specified by:
getInputBlockSize in interface IASymMixCipher
Overrides:
getInputBlockSize in class ASymMixCipherPlainRSA