Skip navigation links
A B C D E G H I J K M O R S T U V 

A

algorithm() - Method in interface org.springframework.security.jwt.AlgorithmMetadata
 
algorithm() - Method in class org.springframework.security.jwt.crypto.sign.EllipticCurveVerifier
 
algorithm() - Method in class org.springframework.security.jwt.crypto.sign.MacSigner
 
algorithm() - Method in class org.springframework.security.jwt.crypto.sign.RsaSigner
 
algorithm() - Method in class org.springframework.security.jwt.crypto.sign.RsaVerifier
 
AlgorithmMetadata - Interface in org.springframework.security.jwt
 

B

b64Decode(byte[]) - Static method in class org.springframework.security.jwt.codec.Codecs
 
b64Encode(byte[]) - Static method in class org.springframework.security.jwt.codec.Codecs
Base 64
b64UrlDecode(byte[]) - Static method in class org.springframework.security.jwt.codec.Codecs
 
b64UrlDecode(CharSequence) - Static method in class org.springframework.security.jwt.codec.Codecs
 
b64UrlEncode(byte[]) - Static method in class org.springframework.security.jwt.codec.Codecs
 
b64UrlEncode(CharSequence) - Static method in class org.springframework.security.jwt.codec.Codecs
 
BinaryFormat - Interface in org.springframework.security.jwt
 
bytes() - Method in interface org.springframework.security.jwt.BinaryFormat
 

C

CipherMetadata - Interface in org.springframework.security.jwt.crypto.cipher
 
Codecs - Class in org.springframework.security.jwt.codec
Functions for Hex, Base64 and Utf8 encoding/decoding
Codecs() - Constructor for class org.springframework.security.jwt.codec.Codecs
 
concat(byte[]...) - Static method in class org.springframework.security.jwt.codec.Codecs
 

D

decode(String) - Static method in class org.springframework.security.jwt.JwtHelper
Creates a token from an encoded token string.
decodeAndVerify(String, SignatureVerifier) - Static method in class org.springframework.security.jwt.JwtHelper
 

E

EllipticCurveVerifier - Class in org.springframework.security.jwt.crypto.sign
Verifies signatures using an Elliptic Curve public key.
EllipticCurveVerifier(BigInteger, BigInteger, String, String) - Constructor for class org.springframework.security.jwt.crypto.sign.EllipticCurveVerifier
 
EllipticCurveVerifier(ECPublicKey, String) - Constructor for class org.springframework.security.jwt.crypto.sign.EllipticCurveVerifier
 
encode(CharSequence, Signer) - Static method in class org.springframework.security.jwt.JwtHelper
 
encode(CharSequence, Signer, Map<String, String>) - Static method in class org.springframework.security.jwt.JwtHelper
 

G

getClaims() - Method in interface org.springframework.security.jwt.Jwt
 
getEncoded() - Method in interface org.springframework.security.jwt.Jwt
 

H

headers(String) - Static method in class org.springframework.security.jwt.JwtHelper
 
hexDecode(CharSequence) - Static method in class org.springframework.security.jwt.codec.Codecs
 
hexEncode(byte[]) - Static method in class org.springframework.security.jwt.codec.Codecs
 

I

InvalidSignatureException - Exception in org.springframework.security.jwt.crypto.sign
 
InvalidSignatureException(String) - Constructor for exception org.springframework.security.jwt.crypto.sign.InvalidSignatureException
 

J

Jwt - Interface in org.springframework.security.jwt
 
JwtAlgorithms - Class in org.springframework.security.jwt
 
JwtAlgorithms() - Constructor for class org.springframework.security.jwt.JwtAlgorithms
 
JwtHelper - Class in org.springframework.security.jwt
 
JwtHelper() - Constructor for class org.springframework.security.jwt.JwtHelper
 

K

keySize() - Method in interface org.springframework.security.jwt.crypto.cipher.CipherMetadata
 

M

MacSigner - Class in org.springframework.security.jwt.crypto.sign
 
MacSigner(byte[]) - Constructor for class org.springframework.security.jwt.crypto.sign.MacSigner
 
MacSigner(String) - Constructor for class org.springframework.security.jwt.crypto.sign.MacSigner
 
MacSigner(SecretKey) - Constructor for class org.springframework.security.jwt.crypto.sign.MacSigner
 
MacSigner(String, SecretKey) - Constructor for class org.springframework.security.jwt.crypto.sign.MacSigner
 

O

org.springframework.security.jwt - package org.springframework.security.jwt
 
org.springframework.security.jwt.codec - package org.springframework.security.jwt.codec
 
org.springframework.security.jwt.crypto.cipher - package org.springframework.security.jwt.crypto.cipher
 
org.springframework.security.jwt.crypto.sign - package org.springframework.security.jwt.crypto.sign
 

R

RsaSigner - Class in org.springframework.security.jwt.crypto.sign
A signer for signing using an RSA private key.
RsaSigner(BigInteger, BigInteger) - Constructor for class org.springframework.security.jwt.crypto.sign.RsaSigner
 
RsaSigner(RSAPrivateKey) - Constructor for class org.springframework.security.jwt.crypto.sign.RsaSigner
 
RsaSigner(RSAPrivateKey, String) - Constructor for class org.springframework.security.jwt.crypto.sign.RsaSigner
 
RsaSigner(String) - Constructor for class org.springframework.security.jwt.crypto.sign.RsaSigner
 
RsaVerifier - Class in org.springframework.security.jwt.crypto.sign
Verifies signatures using an RSA public key.
RsaVerifier(BigInteger, BigInteger) - Constructor for class org.springframework.security.jwt.crypto.sign.RsaVerifier
 
RsaVerifier(RSAPublicKey) - Constructor for class org.springframework.security.jwt.crypto.sign.RsaVerifier
 
RsaVerifier(RSAPublicKey, String) - Constructor for class org.springframework.security.jwt.crypto.sign.RsaVerifier
 
RsaVerifier(String) - Constructor for class org.springframework.security.jwt.crypto.sign.RsaVerifier
 

S

sign(byte[]) - Method in class org.springframework.security.jwt.crypto.sign.MacSigner
 
sign(byte[]) - Method in class org.springframework.security.jwt.crypto.sign.RsaSigner
 
sign(byte[]) - Method in interface org.springframework.security.jwt.crypto.sign.Signer
 
SignatureVerifier - Interface in org.springframework.security.jwt.crypto.sign
 
Signer - Interface in org.springframework.security.jwt.crypto.sign
 
SignerVerifier - Interface in org.springframework.security.jwt.crypto.sign
 

T

toString() - Method in class org.springframework.security.jwt.crypto.sign.MacSigner
 

U

utf8Decode(byte[]) - Static method in class org.springframework.security.jwt.codec.Codecs
 
utf8Decode(ByteBuffer) - Static method in class org.springframework.security.jwt.codec.Codecs
 
utf8Encode(CharSequence) - Static method in class org.springframework.security.jwt.codec.Codecs
UTF-8 encoding/decoding.

V

verify(byte[], byte[]) - Method in class org.springframework.security.jwt.crypto.sign.EllipticCurveVerifier
 
verify(byte[], byte[]) - Method in class org.springframework.security.jwt.crypto.sign.MacSigner
 
verify(byte[], byte[]) - Method in class org.springframework.security.jwt.crypto.sign.RsaVerifier
 
verify(byte[], byte[]) - Method in interface org.springframework.security.jwt.crypto.sign.SignatureVerifier
 
verifySignature(SignatureVerifier) - Method in interface org.springframework.security.jwt.Jwt
 
A B C D E G H I J K M O R S T U V 
Skip navigation links

Copyright © 2019 SpringSource. All rights reserved.