0
0
Fork 0

add pem label for rsa

This commit is contained in:
Gibheer 2015-02-18 21:36:32 +01:00
parent 53327f7467
commit 67f850c9fb
1 changed files with 4 additions and 0 deletions

4
rsa.go
View File

@ -8,6 +8,10 @@ import (
"errors"
)
const (
PemLabelRsa = "RSA PRIVATE KEY"
)
type (
RsaPrivateKey struct {
private_key *rsa.PrivateKey