Home | History | Annotate | Download | only in crypto
      1 package org.bouncycastle.crypto;
      2 
      3 /**
      4  * Parameters for key/byte stream derivation classes
      5  */
      6 public interface DerivationParameters
      7 {
      8 }
      9