Skip navigation links
B C D E G H I J K M N R S T V W 

B

be.atbash.ee.security.octopus.jwk - package be.atbash.ee.security.octopus.jwk
 
be.atbash.ee.security.octopus.jwk.config - package be.atbash.ee.security.octopus.jwk.config
 
be.atbash.ee.security.octopus.jwt - package be.atbash.ee.security.octopus.jwt
 
be.atbash.ee.security.octopus.jwt.decoder - package be.atbash.ee.security.octopus.jwt.decoder
 
be.atbash.ee.security.octopus.jwt.encoder - package be.atbash.ee.security.octopus.jwt.encoder
 
be.atbash.ee.security.octopus.jwt.keys - package be.atbash.ee.security.octopus.jwt.keys
 
be.atbash.ee.security.octopus.jwt.parameter - package be.atbash.ee.security.octopus.jwt.parameter
 
build() - Method in class be.atbash.ee.security.octopus.jwt.parameter.JWTParametersBuilder
 

C

createSigner(JWTParametersSigning) - Method in class be.atbash.ee.security.octopus.jwt.encoder.JWTSignerFactory
 

D

decode(String, Class<T>) - Method in class be.atbash.ee.security.octopus.jwt.decoder.JWTDecoder
 
decode(String, Class<T>, KeySelector, JWTVerifier) - Method in class be.atbash.ee.security.octopus.jwt.decoder.JWTDecoder
 
defineJWSAlgorithm(JWTParametersSigning) - Method in class be.atbash.ee.security.octopus.jwt.encoder.JWTSignerFactory
 
determineOptimalAlgorithm(byte[]) - Method in class be.atbash.ee.security.octopus.jwt.encoder.HMACAlgorithmFactory
 

E

encode(Object, JWTParameters) - Method in class be.atbash.ee.security.octopus.jwt.encoder.JWTEncoder
 
existsApiKey(String) - Method in class be.atbash.ee.security.octopus.jwk.JWKManager
 

G

getData() - Method in class be.atbash.ee.security.octopus.jwt.decoder.JWTData
 
getEncoding() - Method in interface be.atbash.ee.security.octopus.jwt.parameter.JWTParameters
 
getEncoding() - Method in class be.atbash.ee.security.octopus.jwt.parameter.JWTParametersEncryption
 
getEncoding() - Method in class be.atbash.ee.security.octopus.jwt.parameter.JWTParametersNone
 
getEncoding() - Method in class be.atbash.ee.security.octopus.jwt.parameter.JWTParametersSigning
 
getHeaderValues() - Method in class be.atbash.ee.security.octopus.jwt.decoder.MetaJWTData
 
getHeaderValues() - Method in class be.atbash.ee.security.octopus.jwt.parameter.JWTParametersEncryption
 
getHeaderValues() - Method in class be.atbash.ee.security.octopus.jwt.parameter.JWTParametersSigning
 
getJWK() - Method in class be.atbash.ee.security.octopus.jwt.parameter.JWTParametersEncryption
 
getJWK() - Method in class be.atbash.ee.security.octopus.jwt.parameter.JWTParametersSigning
 
getJWKFile() - Method in class be.atbash.ee.security.octopus.jwk.config.JwtSupportConfiguration
 
getJWKForApiKey(String) - Method in class be.atbash.ee.security.octopus.jwk.JWKManager
 
getJWKSigningKey() - Method in class be.atbash.ee.security.octopus.jwk.JWKManager
 
getKeyID() - Method in class be.atbash.ee.security.octopus.jwt.decoder.MetaJWTData
 
getKeyID() - Method in class be.atbash.ee.security.octopus.jwt.parameter.JWTParametersEncryption
 
getKeyID() - Method in class be.atbash.ee.security.octopus.jwt.parameter.JWTParametersSigning
 
getMetaData() - Method in class be.atbash.ee.security.octopus.jwt.decoder.JWTData
 
getParametersSigning() - Method in class be.atbash.ee.security.octopus.jwt.parameter.JWTParametersEncryption
 
getRequiredParams() - Method in class be.atbash.ee.security.octopus.jwt.keys.HMACSecret
 
getSecretKeyType() - Method in class be.atbash.ee.security.octopus.jwt.parameter.JWTParametersSigning
 

H

HMACAlgorithmFactory - Class in be.atbash.ee.security.octopus.jwt.encoder
 
HMACAlgorithmFactory() - Constructor for class be.atbash.ee.security.octopus.jwt.encoder.HMACAlgorithmFactory
 
HMACSecret - Class in be.atbash.ee.security.octopus.jwt.keys
Easier then OctetSequenceKey?
HMACSecret(byte[], String) - Constructor for class be.atbash.ee.security.octopus.jwt.keys.HMACSecret
 
HMACSecret(String, String, boolean) - Constructor for class be.atbash.ee.security.octopus.jwt.keys.HMACSecret
 

I

init() - Method in class be.atbash.ee.security.octopus.jwk.JWKManager
 
InvalidJWTException - Exception in be.atbash.ee.security.octopus.jwt
 
InvalidJWTException(String) - Constructor for exception be.atbash.ee.security.octopus.jwt.InvalidJWTException
 
isPrivate() - Method in class be.atbash.ee.security.octopus.jwt.keys.HMACSecret
 

J

JWKManager - Class in be.atbash.ee.security.octopus.jwk
 
JWKManager() - Constructor for class be.atbash.ee.security.octopus.jwk.JWKManager
 
JWKManagerKeySelector - Class in be.atbash.ee.security.octopus.jwt.keys
 
JWKManagerKeySelector() - Constructor for class be.atbash.ee.security.octopus.jwt.keys.JWKManagerKeySelector
 
JWTData<T> - Class in be.atbash.ee.security.octopus.jwt.decoder
 
JWTData(T, MetaJWTData) - Constructor for class be.atbash.ee.security.octopus.jwt.decoder.JWTData
 
JWTDecoder - Class in be.atbash.ee.security.octopus.jwt.decoder
 
JWTDecoder() - Constructor for class be.atbash.ee.security.octopus.jwt.decoder.JWTDecoder
 
JWTEncoder - Class in be.atbash.ee.security.octopus.jwt.encoder
 
JWTEncoder() - Constructor for class be.atbash.ee.security.octopus.jwt.encoder.JWTEncoder
 
JWTEncoding - Enum in be.atbash.ee.security.octopus.jwt
 
JWTParameters - Interface in be.atbash.ee.security.octopus.jwt.parameter
 
JWTParametersBuilder - Class in be.atbash.ee.security.octopus.jwt.parameter
 
JWTParametersEncryption - Class in be.atbash.ee.security.octopus.jwt.parameter
 
JWTParametersEncryption(JWTParametersSigning, Map<String, Object>, JWK) - Constructor for class be.atbash.ee.security.octopus.jwt.parameter.JWTParametersEncryption
 
JWTParametersNone - Class in be.atbash.ee.security.octopus.jwt.parameter
 
JWTParametersNone() - Constructor for class be.atbash.ee.security.octopus.jwt.parameter.JWTParametersNone
 
JWTParametersSigning - Class in be.atbash.ee.security.octopus.jwt.parameter
 
JWTParametersSigning(Map<String, Object>, SecretKeyType, JWK) - Constructor for class be.atbash.ee.security.octopus.jwt.parameter.JWTParametersSigning
 
JWTSignerFactory - Class in be.atbash.ee.security.octopus.jwt.encoder
 
JWTSignerFactory() - Constructor for class be.atbash.ee.security.octopus.jwt.encoder.JWTSignerFactory
 
JwtSupportConfiguration - Class in be.atbash.ee.security.octopus.jwk.config
 
JwtSupportConfiguration() - Constructor for class be.atbash.ee.security.octopus.jwk.config.JwtSupportConfiguration
 
JWTVerifier - Interface in be.atbash.ee.security.octopus.jwt.decoder
 

K

KeySelector - Interface in be.atbash.ee.security.octopus.jwt.keys
 

M

makeRSA(Integer, KeyUse, Algorithm, String) - Method in class be.atbash.ee.security.octopus.jwk.RSAKeyFactory
 
MetaJWTData - Class in be.atbash.ee.security.octopus.jwt.decoder
 
MetaJWTData() - Constructor for class be.atbash.ee.security.octopus.jwt.decoder.MetaJWTData
 
MetaJWTData(String, Map<String, Object>) - Constructor for class be.atbash.ee.security.octopus.jwt.decoder.MetaJWTData
 

N

newBuilderFor(JWTEncoding) - Static method in class be.atbash.ee.security.octopus.jwt.parameter.JWTParametersBuilder
 

R

RSAKeyFactory - Class in be.atbash.ee.security.octopus.jwk
 
RSAKeyFactory() - Constructor for class be.atbash.ee.security.octopus.jwk.RSAKeyFactory
 

S

SecretKeyType - Enum in be.atbash.ee.security.octopus.jwt.keys
 
selectSecretKey(String) - Method in class be.atbash.ee.security.octopus.jwt.keys.JWKManagerKeySelector
 
selectSecretKey(String) - Method in interface be.atbash.ee.security.octopus.jwt.keys.KeySelector
 
selectSecretKey(String) - Method in class be.atbash.ee.security.octopus.jwt.keys.SingleKeySelector
 
SingleKeySelector - Class in be.atbash.ee.security.octopus.jwt.keys
 
SingleKeySelector(JWK) - Constructor for class be.atbash.ee.security.octopus.jwt.keys.SingleKeySelector
 
size() - Method in class be.atbash.ee.security.octopus.jwt.keys.HMACSecret
 

T

toPublicJWK() - Method in class be.atbash.ee.security.octopus.jwt.keys.HMACSecret
 
toSecretKey() - Method in class be.atbash.ee.security.octopus.jwt.keys.HMACSecret
 

V

valueOf(String) - Static method in enum be.atbash.ee.security.octopus.jwt.JWTEncoding
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum be.atbash.ee.security.octopus.jwt.keys.SecretKeyType
Returns the enum constant of this type with the specified name.
values() - Static method in enum be.atbash.ee.security.octopus.jwt.JWTEncoding
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum be.atbash.ee.security.octopus.jwt.keys.SecretKeyType
Returns an array containing the constants of this enum type, in the order they are declared.
verify(JWSHeader, JWTClaimsSet) - Method in interface be.atbash.ee.security.octopus.jwt.decoder.JWTVerifier
 

W

withHeader(String, String) - Method in class be.atbash.ee.security.octopus.jwt.parameter.JWTParametersBuilder
 
withSecretKeyForEncryption(JWK) - Method in class be.atbash.ee.security.octopus.jwt.parameter.JWTParametersBuilder
 
withSecretKeyForSigning(JWK) - Method in class be.atbash.ee.security.octopus.jwt.parameter.JWTParametersBuilder
 
withSigningParameters(JWTParametersSigning) - Method in class be.atbash.ee.security.octopus.jwt.parameter.JWTParametersBuilder
 
B C D E G H I J K M N R S T V W 
Skip navigation links

Copyright © 2017–2018. All rights reserved.