aboutsummaryrefslogtreecommitdiffstats
path: root/libraries/spongycastle/core/src/main/java/org/spongycastle/crypto/CipherParameters.java
blob: 5a9576bf1737c4fa0530d52b46bb7c82207919f7 (plain)
1
2
3
4
5
6
7
8
package org.spongycastle.crypto;

/**
 * all parameter classes implement this.
 */
public interface CipherParameters
{
}