MCPcopy Create free account
hub / github.com/Keats/jsonwebtoken / as_bytes

Method as_bytes

src/encoding.rs:115–117  ·  view source on GitHub ↗

Get the value of the key. To be used for defining your own `CryptoProvider`.

(&self)

Source from the content-addressed store, hash-verified

113 ///
114 /// To be used for defining your own `CryptoProvider`.
115 pub fn as_bytes(&self) -> &[u8] {
116 &self.content
117 }
118}
119
120impl Debug for EncodingKey {

Callers 12

encodeFunction · 0.80
encodeFunction · 0.80
decodeFunction · 0.80
from_encoding_keyMethod · 0.80
thumbprintMethod · 0.80
newMethod · 0.80
try_sign_rsaFunction · 0.80
newMethod · 0.80
try_sign_rsaFunction · 0.80
mainFunction · 0.80
newMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected