Jan Dittberner
9f0916b14a
Move X.509 and Openpgp operations into custom packages. Implement more robust input reading. Do not convert []byte to string unnecessarily. Finish implementation of X.509 CRL creation.
11 lines
160 B
Go
11 lines
160 B
Go
package openpgp_ops
|
|
|
|
type OpenPGPRoot struct {
|
|
Name string
|
|
SecretKeyRing string
|
|
Identifier string
|
|
}
|
|
|
|
type OpenPGPProfile struct {
|
|
Name string
|
|
}
|