MCPcopy Create free account
hub / github.com/jwtk/jjwt / onDecryptedContent

Method onDecryptedContent

api/src/main/java/io/jsonwebtoken/Jwe.java:37–37  ·  view source on GitHub ↗
(Jwe<byte[]> jwe)

Source from the content-addressed store, hash-verified

35 @SuppressWarnings("UnnecessaryModifier")
36 public static final JwtVisitor<Jwe<byte[]>> CONTENT = new SupportedJwtVisitor<Jwe<byte[]>>() {
37 @Override
38 public Jwe<byte[]> onDecryptedContent(Jwe<byte[]> jwe) {
39 return jwe;
40 }

Callers 1

onContentJweMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected