5be873047de91b98651767833d35d25a958402d5
[org.ibex.core.git] / src / org / bouncycastle / crypto / CipherParameters.java
1 package org.bouncycastle.crypto;
2
3 /**
4  * all parameter classes implement this.
5  */
6 public interface CipherParameters
7 {
8 }