File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Provider/src/FirebirdSql.Data.External/RC4 Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ namespace Org.BouncyCastle.Crypto
55 /**
66 * all parameter classes implement this.
77 */
8- public interface ICipherParameters
8+ internal interface ICipherParameters
99 {
1010 }
1111}
Original file line number Diff line number Diff line change 33namespace Org . BouncyCastle . Crypto
44{
55 /// <summary>The interface stream ciphers conform to.</summary>
6- public interface IStreamCipher
6+ internal interface IStreamCipher
77 {
88 /// <summary>The name of the algorithm this cipher implements.</summary>
99 string AlgorithmName { get ; }
Original file line number Diff line number Diff line change 44
55namespace Org . BouncyCastle . Crypto . Parameters
66{
7- public class KeyParameter
7+ internal class KeyParameter
88 : ICipherParameters
99 {
1010 private readonly byte [ ] key ;
You can’t perform that action at this time.
0 commit comments