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
Deprecated.
 
algorithm() - Method in class org.springframework.security.jwt.crypto.sign.EllipticCurveVerifier
Deprecated.
 
algorithm() - Method in class org.springframework.security.jwt.crypto.sign.MacSigner
Deprecated.
 
algorithm() - Method in class org.springframework.security.jwt.crypto.sign.RsaSigner
Deprecated.
 
algorithm() - Method in class org.springframework.security.jwt.crypto.sign.RsaVerifier
Deprecated.
 
AlgorithmMetadata - Interface in org.springframework.security.jwt
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.

B

b64Decode(byte[]) - Static method in class org.springframework.security.jwt.codec.Codecs
Deprecated.
 
b64Encode(byte[]) - Static method in class org.springframework.security.jwt.codec.Codecs
Deprecated.
Base 64
b64UrlDecode(byte[]) - Static method in class org.springframework.security.jwt.codec.Codecs
Deprecated.
 
b64UrlDecode(CharSequence) - Static method in class org.springframework.security.jwt.codec.Codecs
Deprecated.
 
b64UrlEncode(byte[]) - Static method in class org.springframework.security.jwt.codec.Codecs
Deprecated.
 
b64UrlEncode(CharSequence) - Static method in class org.springframework.security.jwt.codec.Codecs
Deprecated.
 
BinaryFormat - Interface in org.springframework.security.jwt
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
bytes() - Method in interface org.springframework.security.jwt.BinaryFormat
Deprecated.
 

C

CipherMetadata - Interface in org.springframework.security.jwt.crypto.cipher
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
Codecs - Class in org.springframework.security.jwt.codec
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
Codecs() - Constructor for class org.springframework.security.jwt.codec.Codecs
Deprecated.
 
concat(byte[]...) - Static method in class org.springframework.security.jwt.codec.Codecs
Deprecated.
 

D

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

E

EllipticCurveVerifier - Class in org.springframework.security.jwt.crypto.sign
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
EllipticCurveVerifier(BigInteger, BigInteger, String, String) - Constructor for class org.springframework.security.jwt.crypto.sign.EllipticCurveVerifier
Deprecated.
 
EllipticCurveVerifier(ECPublicKey, String) - Constructor for class org.springframework.security.jwt.crypto.sign.EllipticCurveVerifier
Deprecated.
 
encode(CharSequence, Signer) - Static method in class org.springframework.security.jwt.JwtHelper
Deprecated.
 
encode(CharSequence, Signer, Map<String, String>) - Static method in class org.springframework.security.jwt.JwtHelper
Deprecated.
 

G

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

H

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

I

InvalidSignatureException - Exception in org.springframework.security.jwt.crypto.sign
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
InvalidSignatureException(String) - Constructor for exception org.springframework.security.jwt.crypto.sign.InvalidSignatureException
Deprecated.
 

J

Jwt - Interface in org.springframework.security.jwt
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
JwtAlgorithms - Class in org.springframework.security.jwt
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
JwtAlgorithms() - Constructor for class org.springframework.security.jwt.JwtAlgorithms
Deprecated.
 
JwtHelper - Class in org.springframework.security.jwt
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
JwtHelper() - Constructor for class org.springframework.security.jwt.JwtHelper
Deprecated.
 

K

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

M

MacSigner - Class in org.springframework.security.jwt.crypto.sign
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
MacSigner(byte[]) - Constructor for class org.springframework.security.jwt.crypto.sign.MacSigner
Deprecated.
 
MacSigner(String) - Constructor for class org.springframework.security.jwt.crypto.sign.MacSigner
Deprecated.
 
MacSigner(SecretKey) - Constructor for class org.springframework.security.jwt.crypto.sign.MacSigner
Deprecated.
 
MacSigner(String, SecretKey) - Constructor for class org.springframework.security.jwt.crypto.sign.MacSigner
Deprecated.
 

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
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
RsaSigner(BigInteger, BigInteger) - Constructor for class org.springframework.security.jwt.crypto.sign.RsaSigner
Deprecated.
 
RsaSigner(RSAPrivateKey) - Constructor for class org.springframework.security.jwt.crypto.sign.RsaSigner
Deprecated.
 
RsaSigner(RSAPrivateKey, String) - Constructor for class org.springframework.security.jwt.crypto.sign.RsaSigner
Deprecated.
 
RsaSigner(String) - Constructor for class org.springframework.security.jwt.crypto.sign.RsaSigner
Deprecated.
 
RsaVerifier - Class in org.springframework.security.jwt.crypto.sign
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
RsaVerifier(BigInteger, BigInteger) - Constructor for class org.springframework.security.jwt.crypto.sign.RsaVerifier
Deprecated.
 
RsaVerifier(RSAPublicKey) - Constructor for class org.springframework.security.jwt.crypto.sign.RsaVerifier
Deprecated.
 
RsaVerifier(RSAPublicKey, String) - Constructor for class org.springframework.security.jwt.crypto.sign.RsaVerifier
Deprecated.
 
RsaVerifier(String) - Constructor for class org.springframework.security.jwt.crypto.sign.RsaVerifier
Deprecated.
 

S

sign(byte[]) - Method in class org.springframework.security.jwt.crypto.sign.MacSigner
Deprecated.
 
sign(byte[]) - Method in class org.springframework.security.jwt.crypto.sign.RsaSigner
Deprecated.
 
sign(byte[]) - Method in interface org.springframework.security.jwt.crypto.sign.Signer
Deprecated.
 
SignatureVerifier - Interface in org.springframework.security.jwt.crypto.sign
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
Signer - Interface in org.springframework.security.jwt.crypto.sign
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.
SignerVerifier - Interface in org.springframework.security.jwt.crypto.sign
Deprecated.
See the OAuth 2.0 Migration Guide for Spring Security 5.

T

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

U

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

V

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

Copyright © 2020 SpringSource. All rights reserved.