We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0feab70 commit 51f8af9Copy full SHA for 51f8af9
Guardian/RSAKeyPair.swift
@@ -47,7 +47,7 @@ public class RSAKeyPair {
47
self.privateKey = privateKey
48
}
49
50
- convenience init(publicKeyTag: String, privateKeyTag: String) {
+ public convenience init(publicKeyTag: String, privateKeyTag: String) {
51
self.init(publicKey: RSAKeyPair.publicKey(withTag: publicKeyTag),
52
privateKey: RSAKeyPair.privateKey(withTag: privateKeyTag))
53
0 commit comments