Download this file
1 2 3 4 5 6 7 8
package org.bouncycastle.crypto; /** * Parameters for key/byte stream derivation classes */ public interface DerivationParameters { }