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 ECKeyProvider
public interface
ECKeyProvider
Elliptic Curve (EC) Public/Private Key provider.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
R
getPrivateKey
()
Getter for the Private Key instance, used to sign the content.
U
getPublicKey
()
Getter for the Public Key instance, used to verify the signature.
Method Detail
getPublicKey
U getPublicKey()
Getter for the Public Key instance, used to verify the signature.
Returns:
the Public Key instance
getPrivateKey
R getPrivateKey()
Getter for the Private Key instance, used to sign the content.
Returns:
the Private Key instance
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