Method | Description | |
---|---|---|
GetInputBlockSize ( ) : int | ||
GetOutputBlockSize ( ) : int | ||
GetUnderlyingCipher ( ) : IAsymmetricBlockCipher | ||
Init ( bool forEncryption, ICipherParameters param ) : void | ||
OaepEncoding ( IAsymmetricBlockCipher cipher ) : System | ||
OaepEncoding ( IAsymmetricBlockCipher cipher, IDigest hash ) : System | ||
OaepEncoding ( IAsymmetricBlockCipher cipher, IDigest hash, IDigest mgf1Hash, byte encodingParams ) : System | ||
OaepEncoding ( IAsymmetricBlockCipher cipher, IDigest hash, byte encodingParams ) : System | ||
ProcessBlock ( byte inBytes, int inOff, int inLen ) : byte[] |
Method | Description | |
---|---|---|
DecodeBlock ( byte inBytes, int inOff, int inLen ) : byte[] | ||
EncodeBlock ( byte inBytes, int inOff, int inLen ) : byte[] | ||
ItoOSP ( int i, byte sp ) : void | ||
maskGeneratorFunction1 ( byte Z, int zOff, int zLen, int length ) : byte[] |
public GetUnderlyingCipher ( ) : IAsymmetricBlockCipher | ||
return | IAsymmetricBlockCipher |
public Init ( bool forEncryption, ICipherParameters param ) : void | ||
forEncryption | bool | |
param | ICipherParameters | |
return | void |
public OaepEncoding ( IAsymmetricBlockCipher cipher ) : System | ||
cipher | IAsymmetricBlockCipher | |
return | System |
public OaepEncoding ( IAsymmetricBlockCipher cipher, IDigest hash ) : System | ||
cipher | IAsymmetricBlockCipher | |
hash | IDigest | |
return | System |
public OaepEncoding ( IAsymmetricBlockCipher cipher, IDigest hash, IDigest mgf1Hash, byte encodingParams ) : System | ||
cipher | IAsymmetricBlockCipher | |
hash | IDigest | |
mgf1Hash | IDigest | |
encodingParams | byte | |
return | System |
public OaepEncoding ( IAsymmetricBlockCipher cipher, IDigest hash, byte encodingParams ) : System | ||
cipher | IAsymmetricBlockCipher | |
hash | IDigest | |
encodingParams | byte | |
return | System |
public ProcessBlock ( byte inBytes, int inOff, int inLen ) : byte[] | ||
inBytes | byte | |
inOff | int | |
inLen | int | |
return | byte[] |