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

Method Algorithm

xmlenc/pubkey.go:26–28  ·  view source on GitHub ↗

Algorithm returns the name of the algorithm

()

Source from the content-addressed store, hash-verified

24
25// Algorithm returns the name of the algorithm
26func (e RSA) Algorithm() string {
27 return e.algorithm
28}
29
30// Encrypt implements encrypter. certificate must be a []byte containing the ASN.1 bytes
31// of certificate containing an RSA public key.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected