package org.bouncycastle.crypto; /** * all parameter classes implement this. */ public interface CipherParameters { }