EncryptionMethod represents the XMLSEC object of the same name
| 158 | |
| 159 | // EncryptionMethod represents the XMLSEC object of the same name |
| 160 | type EncryptionMethod struct { |
| 161 | Algorithm string `xml:"Algorithm,attr"` |
| 162 | } |
| 163 | |
| 164 | // KeyInfo represents the XMLSEC object of the same name |
| 165 | type KeyInfo struct { |
nothing calls this directly
no outgoing calls
no test coverage detected