Download this file

CipherParameters.java    9 lines (7 with data), 121 Bytes

1
2
3
4
5
6
7
8
package org.bouncycastle.crypto;
/**
* all parameter classes implement this.
*/
public interface CipherParameters
{
}