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