Documentation ¶
Overview ¶
Package key contains utilities to create KeyDescriptor nodes on the fly. Normally xmlsec would handle this, but xmlsec expects certain nodes to be the parent of ds:KeyInfo nodes. This package gives you a simple programatic way to insert nodes in, for example, IDPSSODescriptor nodes.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DSA ¶
type DSA struct {
// contains filtered or unexported fields
}
DSA represents a DSA key
func (*DSA) MakeXMLNode ¶
MakeXMLNode creates a libxml2 node tree to represent this DSA key
type Key ¶
Click to show internal directories.
Click to hide internal directories.