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

Method Decrypt

xmlenc/xmlenc.go:31–31  ·  view source on GitHub ↗
(key interface{}, ciphertextEl *etree.Element)

Source from the content-addressed store, hash-verified

29type Decrypter interface {
30 Algorithm() string
31 Decrypt(key interface{}, ciphertextEl *etree.Element) ([]byte, error)
32}
33
34// DigestMethod represents a digest method such as SHA1, etc.

Callers 2

DecryptFunction · 0.65
TestDataAES128Function · 0.65

Implementers 3

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

Calls

no outgoing calls

Tested by 1

TestDataAES128Function · 0.52