JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.auth0.jwt.interfaces
Interface Signature
All Known Subinterfaces:
DecodedJWT
All Known Implementing Classes:
JWT
public interface
Signature
The Signature class represents the 3rd part of the JWT, where the Signature value is hold.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
java.lang.String
getSignature
()
Getter for the Signature contained in the JWT as a Base64 encoded String.
Method Detail
getSignature
java.lang.String getSignature()
Getter for the Signature contained in the JWT as a Base64 encoded String.
Returns:
the Signature of the JWT.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method