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

Method Algorithm

xmlenc/xmlenc.go:30–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28// Decrypt() and it will examine the element to determine which Decrypter to use.
29type Decrypter interface {
30 Algorithm() string
31 Decrypt(key interface{}, ciphertextEl *etree.Element) ([]byte, error)
32}
33

Callers 3

EncryptMethod · 0.65
RegisterDecrypterFunction · 0.65
RegisterDigestMethodFunction · 0.65

Implementers 3

RSAxmlenc/pubkey.go
CBCxmlenc/cbc.go
GCMxmlenc/gcm.go

Calls

no outgoing calls

Tested by

no test coverage detected