Uses of Interface
com.nimbusds.jose.CompletableJWSObjectSigning
-
Packages that use CompletableJWSObjectSigning Package Description com.nimbusds.jose Base Javascript Object Signing and Encryption (JOSE) interfaces and classes. -
-
Uses of CompletableJWSObjectSigning in com.nimbusds.jose
Methods in com.nimbusds.jose that return CompletableJWSObjectSigning Modifier and Type Method Description CompletableJWSObjectSigningActionRequiredForJWSCompletionException. getCompletableJWSObjectSigning()Returns an interface to complete the JWS object signing after the required action is performed.Constructors in com.nimbusds.jose with parameters of type CompletableJWSObjectSigning Constructor Description ActionRequiredForJWSCompletionException(String message, JWSSignerOption option, CompletableJWSObjectSigning completableSigning)Creates a new action required for JWS completion exception.
-