Method | Description | |
---|---|---|
Init ( bool forWrapping, ICipherParameters parameters ) : void | ||
Rfc3394WrapEngine ( IBlockCipher engine ) : System | ||
Unwrap ( byte input, int inOff, int inLen ) : byte[] | ||
Wrap ( byte input, int inOff, int inLen ) : byte[] |
public Init ( bool forWrapping, ICipherParameters parameters ) : void | ||
forWrapping | bool | |
parameters | ICipherParameters | |
return | void |
public Rfc3394WrapEngine ( IBlockCipher engine ) : System | ||
engine | IBlockCipher | |
return | System |
public Unwrap ( byte input, int inOff, int inLen ) : byte[] | ||
input | byte | |
inOff | int | |
inLen | int | |
return | byte[] |
public Wrap ( byte input, int inOff, int inLen ) : byte[] | ||
input | byte | |
inOff | int | |
inLen | int | |
return | byte[] |