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