File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 99
1010namespace WebPush . Util
1111{
12- public static class ECKeyHelper
12+ internal static class ECKeyHelper
1313 {
1414 public static ECPrivateKeyParameters GetPrivateKey ( byte [ ] privateKey )
1515 {
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ namespace WebPush.Util
1212{
1313 // @LogicSoftware
1414 // Originally from https://github.com/LogicSoftware/WebPushEncryption/blob/master/src/Encryptor.cs
15- public static class Encryptor
15+ internal static class Encryptor
1616 {
1717 private static readonly RandomNumberGenerator RandomNumberProvider = RandomNumberGenerator . Create ( ) ;
1818
Original file line number Diff line number Diff line change 99
1010namespace WebPush . Util
1111{
12- public class JWSSigner
12+ internal class JWSSigner
1313 {
1414 private readonly ECPrivateKeyParameters _privateKey ;
1515
Original file line number Diff line number Diff line change 22
33namespace WebPush . Util
44{
5- public static class UrlBase64
5+ internal static class UrlBase64
66 {
77 /// <summary>
88 /// Decodes a url-safe base64 string into bytes
You can’t perform that action at this time.
0 commit comments