MCPcopy Create free account
hub / github.com/crewjam/saml / KeyDescriptor

Struct KeyDescriptor

metadata.go:153–157  ·  view source on GitHub ↗

KeyDescriptor represents the XMLSEC object of the same name

Source from the content-addressed store, hash-verified

151
152// KeyDescriptor represents the XMLSEC object of the same name
153type KeyDescriptor struct {
154 Use string `xml:"use,attr"`
155 KeyInfo KeyInfo `xml:"http://www.w3.org/2000/09/xmldsig# KeyInfo"`
156 EncryptionMethods []EncryptionMethod `xml:"EncryptionMethod"`
157}
158
159// EncryptionMethod represents the XMLSEC object of the same name
160type EncryptionMethod struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected