Uses of Class
com.nimbusds.jose.proc.JOSEMatcher.Builder
Packages that use JOSEMatcher.Builder
Package
Description
Framework for application-specific verification and decryption of JOSE
objects (with arbitrary payloads).
-
Uses of JOSEMatcher.Builder in com.nimbusds.jose.proc
Methods in com.nimbusds.jose.proc that return JOSEMatcher.BuilderModifier and TypeMethodDescriptionSets a single JOSE algorithm to match.JOSEMatcher.Builder.algorithms(Algorithm... algs) Sets multiple JOSE algorithms to match.JOSEMatcher.Builder.algorithms(Set<Algorithm> algs) Sets multiple JOSE algorithms to match.JOSEMatcher.Builder.encryptionMethod(EncryptionMethod enc) Sets a single JOSE encryption method to match.JOSEMatcher.Builder.encryptionMethods(EncryptionMethod... encs) Sets multiple JOSE encryption methods to match.JOSEMatcher.Builder.encryptionMethods(Set<EncryptionMethod> encs) Sets multiple JOSE encryption methods to match.JOSEMatcher.Builder.joseClass(Class<? extends JOSEObject> clazz) Sets a single JOSE class to match.JOSEMatcher.Builder.joseClasses(Class<? extends JOSEObject>... classes) Sets multiple JOSE classes to match.JOSEMatcher.Builder.joseClasses(Set<Class<? extends JOSEObject>> classes) Sets multiple JOSE classes to match.Sets a single JWK URL to match.Sets multiple JWK URLs to match.Sets multiple JWK URLs to match.Sets a single key ID to match.Sets multiple key IDs to match.Sets multiple key IDs to match.