initial checkin
[org.ibex.nanogoat.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 }