Package | Description |
---|---|
com.nimbusds.jose.proc |
Secure framework for application-specific verification and decryption of
JOSE objects (with arbitrary payloads).
|
Modifier and Type | Method and Description |
---|---|
JOSEMatcher.Builder |
JOSEMatcher.Builder.algorithm(Algorithm alg)
Sets a single JOSE algorithm to match.
|
JOSEMatcher.Builder |
JOSEMatcher.Builder.algorithms(Algorithm... algs)
Sets multiple JOSE algorithms to match.
|
JOSEMatcher.Builder |
JOSEMatcher.Builder.algorithms(Set<Algorithm> algs)
Sets multiple JOSE algorithms to match.
|
JOSEMatcher.Builder |
JOSEMatcher.Builder.encryptionMethod(EncryptionMethod enc)
Sets a single JOSE encryption method to match.
|
JOSEMatcher.Builder |
JOSEMatcher.Builder.encryptionMethods(EncryptionMethod... encs)
Sets multiple JOSE encryption methods to match.
|
JOSEMatcher.Builder |
JOSEMatcher.Builder.encryptionMethods(Set<EncryptionMethod> encs)
Sets multiple JOSE encryption methods to match.
|
JOSEMatcher.Builder |
JOSEMatcher.Builder.joseClass(Class<? extends JOSEObject> clazz)
Sets a single JOSE class to match.
|
JOSEMatcher.Builder |
JOSEMatcher.Builder.joseClasses(Class<? extends JOSEObject>... classes)
Sets multiple JOSE classes to match.
|
JOSEMatcher.Builder |
JOSEMatcher.Builder.joseClasses(Set<Class<? extends JOSEObject>> classes)
Sets multiple JOSE classes to match.
|
JOSEMatcher.Builder |
JOSEMatcher.Builder.jwkURL(URI jku)
Sets a single JWK URL to match.
|
JOSEMatcher.Builder |
JOSEMatcher.Builder.jwkURLs(Set<URI> jkus)
Sets multiple JWK URLs to match.
|
JOSEMatcher.Builder |
JOSEMatcher.Builder.jwkURLs(URI... jkus)
Sets multiple JWK URLs to match.
|
JOSEMatcher.Builder |
JOSEMatcher.Builder.keyID(String kid)
Sets a single key ID to match.
|
JOSEMatcher.Builder |
JOSEMatcher.Builder.keyIDs(Set<String> kids)
Sets multiple key IDs to match.
|
JOSEMatcher.Builder |
JOSEMatcher.Builder.keyIDs(String... ids)
Sets multiple key IDs to match.
|
Copyright © 2019 Connect2id Ltd.. All rights reserved.