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