diff options
-rw-r--r-- | rsa.go | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -8,6 +8,10 @@ import ( "errors" ) +const ( + PemLabelRsa = "RSA PRIVATE KEY" +) + type ( RsaPrivateKey struct { private_key *rsa.PrivateKey |
index : gibheer/pki | ||
pki - A small library to generate key material and certificates in Go. |
aboutsummaryrefslogtreecommitdiff |
-rw-r--r-- | rsa.go | 4 |
@@ -8,6 +8,10 @@ import ( "errors" ) +const ( + PemLabelRsa = "RSA PRIVATE KEY" +) + type ( RsaPrivateKey struct { private_key *rsa.PrivateKey |