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

Method KeySize

xmlenc/cbc.go:22–24  ·  view source on GitHub ↗

KeySize returns the length of the key required.

()

Source from the content-addressed store, hash-verified

20
21// KeySize returns the length of the key required.
22func (e CBC) KeySize() int {
23 return e.keySize
24}
25
26// Algorithm returns the name of the algorithm, as will be found
27// in an xenc:EncryptionMethod element.

Callers 1

DecryptMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected