| Package | Description |
|---|---|
| io.jsonwebtoken.impl.lang | |
| io.jsonwebtoken.impl.security |
| Modifier and Type | Class and Description |
|---|---|
class |
DelegatingCheckedFunction<T,R> |
| Modifier and Type | Method and Description |
|---|---|
static <T,R,E extends RuntimeException> |
Functions.wrapFmt(CheckedFunction<T,R> fn,
Class<E> exClass,
String msg)
Wraps the specified function to ensure that if any exception occurs, it is of the specified type and/or with
the specified message.
|
| Constructor and Description |
|---|
PropagatingExceptionFunction(CheckedFunction<T,R> f,
Class<E> exceptionClass,
Function<T,String> msgFunction) |
PropagatingExceptionFunction(CheckedFunction<T,R> f,
Class<E> exceptionClass,
String msg) |
PropagatingExceptionFunction(CheckedFunction<T,R> fn,
Class<E> exceptionClass,
Supplier<String> msgSupplier) |
| Modifier and Type | Method and Description |
|---|---|
protected <T,R> R |
JcaTemplate.fallback(Class<T> clazz,
CheckedFunction<T,R> callback) |
<R> R |
JcaTemplate.withAlgorithmParameters(CheckedFunction<AlgorithmParameters,R> fn) |
<R> R |
JcaTemplate.withCertificateFactory(CheckedFunction<CertificateFactory,R> fn) |
<R> R |
JcaTemplate.withCipher(CheckedFunction<Cipher,R> fn) |
<R> R |
JcaTemplate.withKeyAgreement(CheckedFunction<KeyAgreement,R> fn) |
<R> R |
JcaTemplate.withKeyFactory(CheckedFunction<KeyFactory,R> fn) |
<R> R |
JcaTemplate.withKeyGenerator(CheckedFunction<KeyGenerator,R> fn) |
<R> R |
JcaTemplate.withKeyPairGenerator(CheckedFunction<KeyPairGenerator,R> fn) |
<R> R |
JcaTemplate.withMac(CheckedFunction<Mac,R> fn) |
<R> R |
JcaTemplate.withMessageDigest(CheckedFunction<MessageDigest,R> fn) |
<R> R |
JcaTemplate.withSecretKeyFactory(CheckedFunction<SecretKeyFactory,R> fn) |
<R> R |
JcaTemplate.withSignature(CheckedFunction<Signature,R> fn) |
Copyright © 2014–2024 jsonwebtoken.io. All rights reserved.