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

Struct EncryptionMethod

metadata.go:160–162  ·  view source on GitHub ↗

EncryptionMethod represents the XMLSEC object of the same name

Source from the content-addressed store, hash-verified

158
159// EncryptionMethod represents the XMLSEC object of the same name
160type EncryptionMethod struct {
161 Algorithm string `xml:"Algorithm,attr"`
162}
163
164// KeyInfo represents the XMLSEC object of the same name
165type KeyInfo struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected