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