MCPcopy Create free account

hub / github.com/jwtk/jjwt / functions

Functions1,993 in github.com/jwtk/jjwt

↓ 5 callersMethodwrap
(Exception e, String jcaName, Provider specifiedProvider, Provider fallbackProvider)
impl/src/main/java/io/jsonwebtoken/impl/security/JcaTemplate.java:415
↓ 4 callersMethodadd
(long n)
impl/src/main/java/io/jsonwebtoken/impl/io/CountingInputStream.java:35
↓ 4 callersMethodassertMutable
()
impl/src/main/java/io/jsonwebtoken/impl/ParameterMap.java:77
↓ 4 callersMethodaudience
Configures the JWT <a href="https://www.rfc-editor.org/rfc/rfc7519.html#section-4.1.3"><code>aud</code></a> (audience) Claim set, quietly ignoring any
api/src/main/java/io/jsonwebtoken/ClaimsMutator.java:115
↓ 4 callersMethodbytesEquals
(BigInteger a, BigInteger b)
impl/src/main/java/io/jsonwebtoken/impl/lang/Parameters.java:107
↓ 4 callersMethodbytesMsg
(int byteArrayLength)
impl/src/main/java/io/jsonwebtoken/impl/lang/Bytes.java:232
↓ 4 callersMethodchanged
Callback for subclasses that wish to be notified if the internal collection has changed via builder mutation methods.
impl/src/main/java/io/jsonwebtoken/impl/lang/DefaultCollectionMutator.java:77
↓ 4 callersMethodchanged
()
impl/src/main/java/io/jsonwebtoken/impl/lang/NestedIdentifiableCollection.java:107
↓ 4 callersMethodcontent
Sets the JWT payload to be the specified string's UTF-8 bytes. This is a convenience method semantically equivalent to calling: <blockquote><pre> {@l
api/src/main/java/io/jsonwebtoken/JwtBuilder.java:196
↓ 4 callersMethodcopy
Copies bytes from a {@link InputStream} to an {@link OutputStream} using the specified {@code buffer}, avoiding the need for a {@link BufferedInputStr
impl/src/main/java/io/jsonwebtoken/impl/io/Streams.java:89
↓ 4 callersMethoddeleteAny
Delete any character in a given String. @param inString the original String @param charsToDelete a set of characters to delete.
api/src/main/java/io/jsonwebtoken/lang/Strings.java:585
↓ 4 callersMethodensureBufferSize
Ensure that the buffer has room for {@code size} bytes @param size minimum spare space required @param context the context to be used @return the
impl/src/main/java/io/jsonwebtoken/impl/io/BaseNCodec.java:507
↓ 4 callersMethodentrySet
()
impl/src/main/java/io/jsonwebtoken/impl/ParameterMap.java:234
↓ 4 callersMethodentrySet
()
impl/src/main/java/io/jsonwebtoken/impl/security/AbstractJwk.java:239
↓ 4 callersMethodeq
Asserts that a specified {@code value} is equal to the given {@code requirement}, throwing an {@link IllegalArgumentException} with the given message
api/src/main/java/io/jsonwebtoken/lang/Assert.java:459
↓ 4 callersMethodequalsPublic
(ParameterReadable self, Object candidate)
impl/src/main/java/io/jsonwebtoken/impl/security/DefaultEcPublicJwk.java:48
↓ 4 callersMethodget
Returns the first available implementation for the given SPI class, checking an internal thread-safe cache first, and, if not found, using a {@link Se
impl/src/main/java/io/jsonwebtoken/impl/lang/Services.java:70
↓ 4 callersMethodgetAlgorithm
Returns the JWT {@code alg} (Algorithm) header value or {@code null} if not present. <ul> <li>If the JWT is a Signed JWT (a JWS), the <a href="ht
api/src/main/java/io/jsonwebtoken/Header.java:148
↓ 4 callersMethodgetAssociatedData
Returns any data that must be integrity protected (but not encrypted) when performing <a href="https://en.wikipedia.org/wiki/Authenticated_encryption"
api/src/main/java/io/jsonwebtoken/security/AssociatedDataSupplier.java:38
↓ 4 callersMethodgetBytes
()
impl/src/main/java/io/jsonwebtoken/impl/io/BytesInputStream.java:35
↓ 4 callersMethodgetContentType
()
impl/src/main/java/io/jsonwebtoken/impl/Payload.java:89
↓ 4 callersMethodgetContentType
Returns the <a href="https://www.rfc-editor.org/rfc/rfc7515.html#section-4.1.10"> <code>cty</code> (Content Type)</a> header value or {@code null} if
api/src/main/java/io/jsonwebtoken/Header.java:125
↓ 4 callersMethodgetIssuer
Returns the JWT <a href="https://www.rfc-editor.org/rfc/rfc7519.html#section-4.1.1"> <code>iss</code></a> (issuer) value or {@code null} if not presen
api/src/main/java/io/jsonwebtoken/Claims.java:83
↓ 4 callersMethodgetKeyMaterial
(Key key)
impl/src/main/java/io/jsonwebtoken/impl/security/EdwardsCurve.java:192
↓ 4 callersMethodgetProtected
Protected header. @return protected header.
impl/src/main/java/io/jsonwebtoken/impl/TokenizedJwt.java:29
↓ 4 callersMethodgetResource
(String name)
api/src/main/java/io/jsonwebtoken/lang/Classes.java:362
↓ 4 callersMethodgetValues
()
impl/src/main/java/io/jsonwebtoken/impl/lang/NestedIdentifiableCollection.java:110
↓ 4 callersMethodhasData
Returns true if this object has buffered data for reading. @param context the context to be used @return true if there is data still available for re
impl/src/main/java/io/jsonwebtoken/impl/io/BaseNCodec.java:570
↓ 4 callersMethodhasNext
()
api/src/main/java/io/jsonwebtoken/lang/Collections.java:560
↓ 4 callersMethodimmutable
()
impl/src/main/java/io/jsonwebtoken/impl/lang/DefaultRegistry.java:64
↓ 4 callersMethodimmutable
()
impl/src/main/java/io/jsonwebtoken/impl/security/AbstractJwk.java:244
↓ 4 callersMethodisEmpty
()
impl/src/main/java/io/jsonwebtoken/impl/Payload.java:116
↓ 4 callersMethodisSignatureCurve
Returns {@code true} if this curve is used to compute signatures, {@code false} if used for key agreement. @return {@code true} if this curve is used
impl/src/main/java/io/jsonwebtoken/impl/security/EdwardsCurve.java:279
↓ 4 callersMethodisString
()
impl/src/main/java/io/jsonwebtoken/impl/Payload.java:85
↓ 4 callersMethoditerator
()
impl/src/main/java/io/jsonwebtoken/impl/security/DefaultJwkSet.java:61
↓ 4 callersMethodloadClass
(String fqcn)
api/src/main/java/io/jsonwebtoken/lang/Classes.java:360
↓ 4 callersMethodlocate
Returns an object referenced in the specified {@code header}, or {@code null} if the object couldn't be found. @param header the JWT header to inspec
api/src/main/java/io/jsonwebtoken/Locator.java:40
↓ 4 callersMethodoctetKey
(A key)
impl/src/main/java/io/jsonwebtoken/impl/security/DefaultDynamicJwkBuilder.java:120
↓ 4 callersMethodparseEncryptedClaims
Parses the {@code jwe} argument, expected to be an encrypted {@code Claims} JWE. This is a convenience method logically equivalent to the following:
api/src/main/java/io/jsonwebtoken/JwtParser.java:421
↓ 4 callersMethodprepad
Pads the front of the specified byte array with zeros if necessary, returning a new padded result, or the original array unmodified if padding isn't n
impl/src/main/java/io/jsonwebtoken/impl/lang/Bytes.java:254
↓ 4 callersMethodput
(K key, V value)
impl/src/main/java/io/jsonwebtoken/impl/lang/DelegatingMap.java:79
↓ 4 callersMethodputAll
(Map<? extends String, ?> m)
impl/src/main/java/io/jsonwebtoken/impl/security/AbstractJwk.java:258
↓ 4 callersMethodreadResults
Extracts buffered data into the provided byte[] array, starting at position bPos, up to a maximum of bAvail bytes. Returns how many bytes were actuall
impl/src/main/java/io/jsonwebtoken/impl/io/BaseNCodec.java:644
↓ 4 callersMethodself
()
impl/src/main/java/io/jsonwebtoken/impl/lang/DelegatingMapMutator.java:32
↓ 4 callersMethodself
()
impl/src/main/java/io/jsonwebtoken/impl/lang/DefaultCollectionMutator.java:33
↓ 4 callersMethodsubject
Sets the JWT Claims <a href="https://www.rfc-editor.org/rfc/rfc7519.html#section-4.1.2"> <code>sub</code></a> (subject) claim. A {@code null} value w
api/src/main/java/io/jsonwebtoken/JwtBuilder.java:514
↓ 4 callersMethodtoInputStream
()
impl/src/main/java/io/jsonwebtoken/impl/Payload.java:147
↓ 4 callersMethodtoParameterSpec
()
impl/src/main/java/io/jsonwebtoken/impl/security/ECCurve.java:120
↓ 4 callersMethodtoStringArray
Copy the given Collection into a String array. The Collection must contain String elements only. @param collection the Collection to copy @return the
api/src/main/java/io/jsonwebtoken/lang/Strings.java:985
↓ 4 callersMethodvalidate
Returns quietly if all of the specified key operations are allowed to be assigned to a JWK, or throws an {@link IllegalArgumentException} otherwise.
api/src/main/java/io/jsonwebtoken/security/KeyOperationPolicy.java:41
↓ 4 callersMethodverify
Returns {@code true} if the provided {@link VerifyDigestRequest#getDigest() digest} matches the expected value for the given {@link VerifyDigestReques
api/src/main/java/io/jsonwebtoken/security/DigestAlgorithm.java:100
↓ 4 callersMethodx509Sha1Thumbprint
If the {@code enable} argument is {@code true}, compute the SHA-1 thumbprint of the first {@link X509Certificate} in the configured {@link #x509Chain(
api/src/main/java/io/jsonwebtoken/security/X509Builder.java:41
↓ 4 callersMethodx509Sha256Thumbprint
If the {@code enable} argument is {@code true}, compute the SHA-256 thumbprint of the first {@link X509Certificate} in the configured {@link #x509Chai
api/src/main/java/io/jsonwebtoken/security/X509Builder.java:55
↓ 3 callersMethodafterRead
Invoked by the read methods after the proxied call has returned successfully. The number of bytes returned to the caller (or -1 if the end of stream w
impl/src/main/java/io/jsonwebtoken/impl/io/FilteredInputStream.java:65
↓ 3 callersMethodafterWrite
Invoked by the write methods after the proxied call has returned successfully. The number of bytes written (1 for the {@link #write(int)} method, buff
impl/src/main/java/io/jsonwebtoken/impl/io/FilteredOutputStream.java:63
↓ 3 callersMethodasSet
Returns the specified collection as a {@link Set} instance. @param c the collection to be converted @param <T> collection element type @return a
api/src/main/java/io/jsonwebtoken/lang/Collections.java:94
↓ 3 callersMethodbeforeRead
Invoked by the read methods before the call is proxied. The number of bytes that the caller wanted to read (1 for the {@link #read()} method, buffer l
impl/src/main/java/io/jsonwebtoken/impl/io/FilteredInputStream.java:106
↓ 3 callersMethodbeforeWrite
Invoked by the write methods before the call is proxied. The number of bytes to be written (1 for the {@link #write(int)} method, buffer length for {@
impl/src/main/java/io/jsonwebtoken/impl/io/FilteredOutputStream.java:80
↓ 3 callersMethodbytelen
(ECCurve curve)
impl/src/main/java/io/jsonwebtoken/impl/security/FieldElementConverter.java:42
↓ 3 callersMethodconvertIfNecessary
(Object v)
extensions/orgjson/src/main/java/io/jsonwebtoken/orgjson/io/OrgJsonDeserializer.java:100
↓ 3 callersMethodcopy
Creates a shallow copy of the specified object or array. @param obj the object to copy @return a shallow copy of the specified object or array.
api/src/main/java/io/jsonwebtoken/lang/Arrays.java:79
↓ 3 callersMethodderiveKey
(SecretKeyFactory factory, final char[] password, final byte[] rfcSalt, int iterations)
impl/src/main/java/io/jsonwebtoken/impl/security/Pbes2HsAkwAlgorithm.java:123
↓ 3 callersMethoddoublePoint
(ECPoint P)
impl/src/main/java/io/jsonwebtoken/impl/security/ECCurve.java:265
↓ 3 callersMethodemptyList
Returns a type-safe immutable empty {@code List}. @param <T> list element type @return a type-safe immutable empty {@code List}.
api/src/main/java/io/jsonwebtoken/lang/Collections.java:44
↓ 3 callersMethodencode
(OutputStream out, String name)
impl/src/main/java/io/jsonwebtoken/impl/DefaultJwtBuilder.java:790
↓ 3 callersMethodendsWith
(byte[] src, byte[] suffix)
impl/src/main/java/io/jsonwebtoken/impl/lang/Bytes.java:159
↓ 3 callersMethodensureInitializationVector
(Request<?> request)
impl/src/main/java/io/jsonwebtoken/impl/security/AesAlgorithm.java:155
↓ 3 callersMethodfallback
(final Class<T> clazz, final CheckedFunction<T, R> callback)
impl/src/main/java/io/jsonwebtoken/impl/security/JcaTemplate.java:143
↓ 3 callersMethodfindById
(String id)
impl/src/main/java/io/jsonwebtoken/impl/security/EdwardsCurve.java:308
↓ 3 callersMethodfindByKey
(Key key)
impl/src/main/java/io/jsonwebtoken/impl/security/DefaultMacAlgorithm.java:100
↓ 3 callersMethodfindEncoded
Returns the specified key's available encoded bytes, or {@code null} if not available. <p>Some KeyStore implementations - like Hardware Security Modu
impl/src/main/java/io/jsonwebtoken/impl/security/KeysBridge.java:89
↓ 3 callersMethodgenerateCek
(KeyRequest<?> request)
impl/src/main/java/io/jsonwebtoken/impl/security/CryptoAlgorithm.java:75
↓ 3 callersMethodget
(Parameter<F> param)
impl/src/main/java/io/jsonwebtoken/impl/DelegatingClaimsMutator.java:75
↓ 3 callersMethodgetClassLoader
()
impl/src/main/java/io/jsonwebtoken/impl/lang/Services.java:111
↓ 3 callersMethodgetClassLoader
()
api/src/main/java/io/jsonwebtoken/lang/Classes.java:404
↓ 3 callersMethodgetConstructor
Returns the {@link Constructor} for the specified {@code Class} with arguments matching the specified {@code argTypes}. @param clazz the class to
api/src/main/java/io/jsonwebtoken/lang/Classes.java:253
↓ 3 callersMethodgetDecryptionKey
Return the {@link SecretKey} that should be used to decrypt a JWE via the request's specified {@link DecryptionKeyRequest#getEncryptionAlgorithm() Aea
api/src/main/java/io/jsonwebtoken/security/KeyAlgorithm.java:83
↓ 3 callersMethodgetEncryptionKey
Return the {@link SecretKey} that should be used to encrypt a JWE via the request's specified {@link KeyRequest#getEncryptionAlgorithm() AeadAlgorithm
api/src/main/java/io/jsonwebtoken/security/KeyAlgorithm.java:66
↓ 3 callersMethodgetIv
()
impl/src/main/java/io/jsonwebtoken/impl/TokenizedJwe.java:22
↓ 3 callersMethodgetJcaName
()
impl/src/main/java/io/jsonwebtoken/impl/security/CryptoAlgorithm.java:50
↓ 3 callersMethodgetKey
(K key)
impl/src/main/java/io/jsonwebtoken/impl/security/ProviderKey.java:38
↓ 3 callersMethodgetProvider
(Key key, Provider backup)
impl/src/main/java/io/jsonwebtoken/impl/security/ProviderKey.java:30
↓ 3 callersMethodgetPublicExponent
(RSAPrivateKey key)
impl/src/main/java/io/jsonwebtoken/impl/security/RsaPrivateJwkFactory.java:74
↓ 3 callersMethodgetRandom
()
impl/src/main/java/io/jsonwebtoken/impl/security/JwkContext.java:87
↓ 3 callersMethodgetResourceStream
(String name)
api/src/main/java/io/jsonwebtoken/lang/Classes.java:364
↓ 3 callersMethodhasNext
()
impl/src/main/java/io/jsonwebtoken/impl/ParameterMap.java:295
↓ 3 callersMethodinstantiate
Creates a new object using the specified {@link Constructor}, invoking it with the specified constructor {@code args} arguments. @param ctor the cons
api/src/main/java/io/jsonwebtoken/lang/Classes.java:272
↓ 3 callersMethodinvokeStatic
Invokes the fully qualified class name's method named {@code methodName} with parameters of type {@code argTypes} using the {@code args} as the method
api/src/main/java/io/jsonwebtoken/lang/Classes.java:293
↓ 3 callersMethodinvokeStatic
(String method, Class<?>[] argTypes, Object... args)
api/src/main/java/io/jsonwebtoken/security/Keys.java:42
↓ 3 callersMethodisAvailable
Returns {@code true} if the specified {@code fullyQualifiedClassName} can be found in any of the thread context, class, or system classloaders, or {@c
api/src/main/java/io/jsonwebtoken/lang/Classes.java:154
↓ 3 callersMethodisEmpty
(byte[] bytes)
impl/src/main/java/io/jsonwebtoken/impl/io/BaseNCodec.java:404
↓ 3 callersMethodisSecret
()
impl/src/main/java/io/jsonwebtoken/impl/lang/Parameter.java:28
↓ 3 callersMethodissuer
Sets the JWT Claims <a href="https://www.rfc-editor.org/rfc/rfc7519.html#section-4.1.1"> <code>iss</code></a> (issuer) claim. A {@code null} value wi
api/src/main/java/io/jsonwebtoken/JwtBuilder.java:500
↓ 3 callersMethoditerator
()
impl/src/main/java/io/jsonwebtoken/impl/ParameterMap.java:264
↓ 3 callersMethodjson
Converts the specified {@link PublicJwk} into JSON. Because {@link PublicJwk}s do not contain secret or private key material, they are safe to be prin
api/src/main/java/io/jsonwebtoken/security/Jwks.java:129
↓ 3 callersMethodlist
()
impl/src/main/java/io/jsonwebtoken/impl/lang/ParameterBuilder.java:34
↓ 3 callersMethodmark
Mark the current position. @param readAheadLimit ignored
impl/src/main/java/io/jsonwebtoken/impl/io/CharSequenceReader.java:158
↓ 3 callersMethodnextEntry
()
impl/src/main/java/io/jsonwebtoken/impl/ParameterMap.java:300
↓ 3 callersMethodnullSafeToString
Return a String representation of the specified Object. <p>Builds a String representation of the contents in case of an array. Returns <code>"null"</c
api/src/main/java/io/jsonwebtoken/lang/Objects.java:671
↓ 3 callersMethodparam
(Converter<Jwk<?>, ?> converter)
impl/src/main/java/io/jsonwebtoken/impl/security/DefaultJwkSet.java:34
← previousnext →201–300 of 1,993, ranked by callers