Skip to content

Commit

Permalink
change encapsulated content structure
Browse files Browse the repository at this point in the history
  • Loading branch information
freigeistig committed Feb 21, 2024
1 parent 458dcc6 commit 11b918c
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions resources/encapsulated_content.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,8 @@ import "encoding/asn1"

type EncapsulatedData struct {
Version int
PrivateKeyAlgorithm struct {
Algorithm asn1.ObjectIdentifier
Parameters asn1.RawValue
}
PrivateKey struct {
PrivateKeyAlgorithm asn1.RawValue
PrivateKey struct {
El1 struct {
Integer int
OctetStr asn1.RawValue
Expand Down

0 comments on commit 11b918c

Please sign in to comment.