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 a23dd40 commit b59d8ebCopy full SHA for b59d8eb
pkcs12.go
@@ -38,6 +38,7 @@ const DefaultPassword = "changeit"
38
39
// An Encoder contains methods for encoding PKCS#12 files. This package
40
// defines several different Encoders with different parameters.
41
+// An Encoder is safe for concurrent use by multiple goroutines.
42
type Encoder struct {
43
macAlgorithm asn1.ObjectIdentifier
44
certAlgorithm asn1.ObjectIdentifier
0 commit comments