• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 package org.bouncycastle.crypto;
2 
3 /**
4  * all parameter classes implement this.
5  */
6 public interface CipherParameters
7 {
8 }
9