Package | Description |
---|---|
com.nimbusds.jose |
Base Javascript Object Signing and Encryption (JOSE) interfaces and classes.
|
com.nimbusds.jose.crypto |
Implementations of standard Javascript Object Signing and Encryption (JOSE)
algorithms.
|
com.nimbusds.jose.crypto.opts |
Javascript Object Signing and Encryption (JOSE) options.
|
Modifier and Type | Method and Description |
---|---|
JWSSignerOption |
ActionRequiredForJWSCompletionException.getTriggeringOption()
Returns the JWS signer option that triggered this exception.
|
Constructor and Description |
---|
ActionRequiredForJWSCompletionException(String message,
JWSSignerOption option,
CompletableJWSObjectSigning completableSigning)
Creates a new action required for JWS completion exception.
|
Constructor and Description |
---|
RSASSASigner(PrivateKey privateKey,
Set<JWSSignerOption> opts)
Creates a new RSA Signature-Scheme-with-Appendix (RSASSA) signer.
|
Modifier and Type | Class and Description |
---|---|
class |
AllowWeakRSAKey
JSON Web Signature (JWS) option to allow weak RSA keys that are shorter than
2048
bits . |
class |
UserAuthenticationRequired
JSON Web Signature (JWS) option to prompt the user to authenticate in order
to complete the signing operation.
|
Modifier and Type | Method and Description |
---|---|
static <T extends JWSSignerOption> |
OptionUtils.optionIsPresent(Set<JWSSignerOption> opts,
Class<T> tClass)
Returns
true if the specified set of options contains an
instance of a class implementing JWSSignerOption . |
Modifier and Type | Method and Description |
---|---|
static <T extends JWSSignerOption> |
OptionUtils.optionIsPresent(Set<JWSSignerOption> opts,
Class<T> tClass)
Returns
true if the specified set of options contains an
instance of a class implementing JWSSignerOption . |
Copyright © 2021 Connect2id Ltd.. All rights reserved.