File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- // -----------------------------------------------------------------------
1+ // -----------------------------------------------------------------------
22// Licensed to The .NET Foundation under one or more agreements.
33// The .NET Foundation licenses this file to you under the MIT license.
44// -----------------------------------------------------------------------
88
99namespace Kerberos . NET . Crypto
1010{
11- internal class LinuxCryptoPal : CryptoPal
11+ public class LinuxCryptoPal : CryptoPal
1212 {
1313 public LinuxCryptoPal ( )
1414 {
@@ -56,4 +56,4 @@ public LinuxCryptoPal()
5656
5757 public override IKeyAgreement DiffieHellmanModp14 ( IExchangeKey privateKey ) => throw PlatformNotSupported ( "DH-MODP-14" ) ;
5858 }
59- }
59+ }
Original file line number Diff line number Diff line change 1- // -----------------------------------------------------------------------
1+ // -----------------------------------------------------------------------
22// Licensed to The .NET Foundation under one or more agreements.
33// The .NET Foundation licenses this file to you under the MIT license.
44// -----------------------------------------------------------------------
55
66namespace Kerberos . NET . Crypto
77{
8- internal class OSXCryptoPal : LinuxCryptoPal
8+ public class OSXCryptoPal : LinuxCryptoPal
99 {
1010 public OSXCryptoPal ( )
1111 {
@@ -15,4 +15,4 @@ public OSXCryptoPal()
1515 }
1616 }
1717 }
18- }
18+ }
Original file line number Diff line number Diff line change 88
99namespace Kerberos . NET . Crypto
1010{
11- internal class WindowsCryptoPal : CryptoPal
11+ public class WindowsCryptoPal : CryptoPal
1212 {
1313 public WindowsCryptoPal ( )
1414 {
You can’t perform that action at this time.
0 commit comments