MCPcopy Create free account

hub / github.com/jwtk/jjwt / functions

Functions1,993 in github.com/jwtk/jjwt

↓ 2 callersMethodnoFamily
(Key key, String kty)
impl/src/main/java/io/jsonwebtoken/impl/security/DispatchingJwkFactory.java:104
↓ 2 callersMethodnormalize
@since 0.10.0
impl/src/main/java/io/jsonwebtoken/impl/DefaultJwtParser.java:721
↓ 2 callersMethodnullSafeClassName
Determine the class name for the given object. <p>Returns <code>"null"</code> if <code>obj</code> is <code>null</code>. @param obj the object to intr
api/src/main/java/io/jsonwebtoken/lang/Objects.java:659
↓ 2 callersMethodnullSafeFlush
Iterate over the specified {@link Flushable} instances, invoking {@link Flushable#flush()} on each one, ignoring any potential {@link IOException}s.
api/src/main/java/io/jsonwebtoken/lang/Objects.java:1020
↓ 2 callersMethodoctetKey
Ensures the builder will create an {@link OctetPublicJwk} for the specified Edwards-curve {@code PublicKey} argument. The {@code PublicKey} must be a
api/src/main/java/io/jsonwebtoken/security/DynamicJwkBuilder.java:274
↓ 2 callersMethodparseSignedContent
Parses the {@code jws} argument, expected to be a cryptographically-signed content JWS. If the JWS creator set the (optional) {@link Header#getContent
api/src/main/java/io/jsonwebtoken/JwtParser.java:268
↓ 2 callersMethodprivateKeyPkcs8Prefix
(int byteLength, byte[] ASN1_OID, boolean ber)
impl/src/main/java/io/jsonwebtoken/impl/security/EdwardsCurve.java:85
↓ 2 callersMethodprivateKeySpec
(byte[] d, boolean standard)
impl/src/main/java/io/jsonwebtoken/impl/security/EdwardsCurve.java:261
↓ 2 callersMethodpropagate
(CheckedFunction<T, R> fn, String msg)
impl/src/main/java/io/jsonwebtoken/impl/compression/AbstractCompressionAlgorithm.java:43
↓ 2 callersMethodreader
(byte[] bytes)
impl/src/main/java/io/jsonwebtoken/impl/io/Streams.java:61
↓ 2 callersMethodrefresh
()
impl/src/main/java/io/jsonwebtoken/impl/security/DefaultJwkSetBuilder.java:70
↓ 2 callersMethodremove
(Object key)
impl/src/main/java/io/jsonwebtoken/impl/ParameterMap.java:199
↓ 2 callersMethodreplace
(Parameter<?> param)
impl/src/main/java/io/jsonwebtoken/impl/ParameterMap.java:84
↓ 2 callersMethodreplace
(Registry<String, ? extends Parameter<?>> registry, Parameter<?> param)
impl/src/main/java/io/jsonwebtoken/impl/lang/Parameters.java:93
↓ 2 callersMethodresolveSigningKey
Returns the signing key that should be used to validate a digital signature for the Claims JWS with the specified header and claims. @param header th
api/src/main/java/io/jsonwebtoken/SigningKeyResolver.java:63
↓ 2 callersMethodresolveSigningKeyBytes
Convenience method invoked by {@link #resolveSigningKey(JwsHeader, Claims)} that obtains the necessary signing key bytes. This implementation simply
api/src/main/java/io/jsonwebtoken/SigningKeyResolverAdapter.java:100
↓ 2 callersMethodroot
If the specified {@code key} is a {@link KeySupplier}, the 'root' (lowest level) key that may exist in a {@code KeySupplier} chain is returned, otherw
impl/src/main/java/io/jsonwebtoken/impl/security/KeysBridge.java:65
↓ 2 callersMethodrun
(Callable<V> c, String ioExMsg)
impl/src/main/java/io/jsonwebtoken/impl/io/Streams.java:160
↓ 2 callersMethodself
()
impl/src/main/java/io/jsonwebtoken/impl/io/AbstractParserBuilder.java:32
↓ 2 callersMethodsetClaimsExpected
(boolean claimsExpected)
impl/src/main/java/io/jsonwebtoken/impl/Payload.java:101
↓ 2 callersMethodsetIdThumbprintAlgorithm
(HashAlgorithm alg)
impl/src/main/java/io/jsonwebtoken/impl/security/JwkContext.java:41
↓ 2 callersMethodsetIv
Sets the initialization vector used during encryption. @param iv the initialization vector used during encryption. @return the AeadResult for method
api/src/main/java/io/jsonwebtoken/security/AeadResult.java:52
↓ 2 callersMethodsetTag
Sets the AEAD authentication tag. @param tag the AEAD authentication tag. @return the AeadResult for method chaining.
api/src/main/java/io/jsonwebtoken/security/AeadResult.java:44
↓ 2 callersMethodsetType
(String type)
impl/src/main/java/io/jsonwebtoken/impl/security/JwkContext.java:47
↓ 2 callersMethodshaSize
(int orderBitLength)
impl/src/main/java/io/jsonwebtoken/impl/security/EcSignatureAlgorithm.java:70
↓ 2 callersMethodsign
(byte[] aad, byte[] iv, InputStream ciphertext, byte[] macKeyBytes)
impl/src/main/java/io/jsonwebtoken/impl/security/HmacAesAeadAlgorithm.java:138
↓ 2 callersMethodsize
()
impl/src/main/java/io/jsonwebtoken/impl/security/AbstractJwk.java:190
↓ 2 callersMethodstringSet
(String id, String name)
impl/src/main/java/io/jsonwebtoken/impl/lang/Parameters.java:58
↓ 2 callersMethodtoDate
Returns a {@link Date} equivalent of the specified object value using heuristics. @param v the object value to represent as a Date. @return a {@link
impl/src/main/java/io/jsonwebtoken/impl/lang/JwtDateConverter.java:76
↓ 2 callersMethodtoList
(JSONArray a)
extensions/orgjson/src/main/java/io/jsonwebtoken/orgjson/io/OrgJsonDeserializer.java:88
↓ 2 callersMethodtoMap
(JSONObject o)
extensions/orgjson/src/main/java/io/jsonwebtoken/orgjson/io/OrgJsonDeserializer.java:75
↓ 2 callersMethodtoObjectArray
Convert the given array (which may be a primitive array) to an object array (if necessary of primitive wrapper objects). <p>A <code>null</code> source
api/src/main/java/io/jsonwebtoken/lang/Objects.java:255
↓ 2 callersMethodtoString
Serializes the specified org.json instance a JSON String. @param o the org.json instance to convert to a String @return the JSON String
extensions/orgjson/src/main/java/io/jsonwebtoken/orgjson/io/OrgJsonSerializer.java:167
↓ 2 callersMethodtokenize
(Reader reader)
impl/src/main/java/io/jsonwebtoken/impl/JwtTokenizer.java:42
↓ 2 callersMethodtypeString
(Jwk<?> jwk)
impl/src/main/java/io/jsonwebtoken/impl/security/JwkConverter.java:87
↓ 2 callersMethodunexpectedIAE
(Jwk<?> jwk)
impl/src/main/java/io/jsonwebtoken/impl/security/JwkConverter.java:116
↓ 2 callersMethodunsupportedKey
(Key key, Exception e)
impl/src/main/java/io/jsonwebtoken/impl/security/DefaultDynamicJwkBuilder.java:82
↓ 2 callersMethoduri
(String id, String name)
impl/src/main/java/io/jsonwebtoken/impl/lang/Parameters.java:62
↓ 2 callersMethodvalidate
(Key key, boolean encryption)
impl/src/main/java/io/jsonwebtoken/impl/security/DefaultRsaKeyAlgorithm.java:57
↓ 2 callersMethodvalidateCharacter
Validates whether decoding the final trailing character is possible in the context of the set of possible base 64 values. <p> The character is valid i
impl/src/main/java/io/jsonwebtoken/impl/io/Base64Codec.java:772
↓ 2 callersMethodvalidateKey
(Key key, boolean signing)
impl/src/main/java/io/jsonwebtoken/impl/security/AbstractSecureDigestAlgorithm.java:39
↓ 2 callersMethodvalidateLength
(SecretKey key, int requiredBitLength, boolean propagate)
impl/src/main/java/io/jsonwebtoken/impl/security/AesAlgorithm.java:112
↓ 2 callersMethodvalidateLocalePart
(String localePart)
api/src/main/java/io/jsonwebtoken/lang/Strings.java:870
↓ 2 callersMethodvalues
()
impl/src/main/java/io/jsonwebtoken/impl/lang/DelegatingMap.java:54
↓ 2 callersMethodverifySignature
(final TokenizedJwt tokenized, final JwsHeader jwsHeader, final String alg,
impl/src/main/java/io/jsonwebtoken/impl/DefaultJwtParser.java:268
↓ 2 callersMethodverifyWith
(SecretKey key)
impl/src/main/java/io/jsonwebtoken/impl/DefaultJwtParserBuilder.java:267
↓ 2 callersMethodwriteValue
(Object o, java.io.Writer writer)
extensions/gson/src/main/java/io/jsonwebtoken/gson/io/GsonSerializer.java:78
↓ 2 callersMethodx509Url
Sets the {@code x5u} (X.509 URL) that refers to a resource containing the X.509 public key certificate or certificate chain of the associated JWT or J
api/src/main/java/io/jsonwebtoken/security/X509Mutator.java:65
↓ 1 callersMethodadd
(String key, Object value)
impl/src/main/java/io/jsonwebtoken/impl/security/DefaultJwkSetBuilder.java:58
↓ 1 callersMethodalgorithm
Sets the JWK <a href="https://www.rfc-editor.org/rfc/rfc7517.html#section-4.4">{@code alg} (Algorithm) Parameter</a>. <p>The {@code alg} (algorithm)
api/src/main/java/io/jsonwebtoken/security/JwkBuilder.java:61
↓ 1 callersMethodandThen
Returns a composed function that first applies the {@code before} function to its input, and then applies the {@code after} function to the result. If
impl/src/main/java/io/jsonwebtoken/impl/lang/Functions.java:73
↓ 1 callersMethodapply
(Parameter<T> param, Object rawValue)
impl/src/main/java/io/jsonwebtoken/impl/ParameterMap.java:165
↓ 1 callersMethodapply
(Reader in)
impl/src/main/java/io/jsonwebtoken/impl/io/JsonObjectDeserializer.java:47
↓ 1 callersMethodarrayToDelimitedString
Convenience method to return a String array as a delimited (e.g. CSV) String. E.g. useful for <code>toString()</code> implementations. @param arr t
api/src/main/java/io/jsonwebtoken/lang/Strings.java:1316
↓ 1 callersMethodascii
Returns {@code new String(asciiBytes, StandardCharsets.US_ASCII)}. @param asciiBytes US_ASCII bytes to use with the {@code String} constructor. @retu
api/src/main/java/io/jsonwebtoken/lang/Strings.java:274
↓ 1 callersMethodassertActive
()
impl/src/main/java/io/jsonwebtoken/impl/security/PasswordSpec.java:43
↓ 1 callersMethodassertAlgorithmName
(SecretKey key, boolean signing)
impl/src/main/java/io/jsonwebtoken/impl/security/DefaultMacAlgorithm.java:130
↓ 1 callersMethodassertBytePayload
(byte[] payload)
impl/src/main/java/io/jsonwebtoken/impl/security/DefaultMessage.java:31
↓ 1 callersMethodassertIterations
(int iterations)
impl/src/main/java/io/jsonwebtoken/impl/security/Pbes2HsAkwAlgorithm.java:83
↓ 1 callersMethodassertJcaCurve
(ECKey key)
impl/src/main/java/io/jsonwebtoken/impl/security/ECCurve.java:63
↓ 1 callersMethodassertKeyBitLength
(byte[] bytes, MacAlgorithm alg)
impl/src/main/java/io/jsonwebtoken/impl/security/SecretJwkFactory.java:73
↓ 1 callersMethodassertSymmetric
(Identifiable alg)
impl/src/main/java/io/jsonwebtoken/impl/security/SecretJwkFactory.java:90
↓ 1 callersMethodaudienceSingle
(String aud)
impl/src/main/java/io/jsonwebtoken/impl/DelegatingClaimsMutator.java:116
↓ 1 callersMethodb64Url
(Encoder<OutputStream, OutputStream> encoder)
impl/src/main/java/io/jsonwebtoken/impl/DefaultJwtBuilder.java:156
↓ 1 callersMethodb64Url
(Decoder<InputStream, InputStream> decoder)
impl/src/main/java/io/jsonwebtoken/impl/DefaultJwtParserBuilder.java:151
↓ 1 callersMethodbuilder
(SecretKey key)
impl/src/main/java/io/jsonwebtoken/impl/security/KeysBridge.java:49
↓ 1 callersMethodcastClaimValue
(String name, Object value, Class<T> requiredType)
impl/src/main/java/io/jsonwebtoken/impl/DefaultClaims.java:129
↓ 1 callersMethodclean
Returns the byte array unaltered if it is non-null and has a positive length, otherwise {@code null}. @param bytes the byte array to check. @return t
api/src/main/java/io/jsonwebtoken/lang/Arrays.java:69
↓ 1 callersMethodclear
()
impl/src/main/java/io/jsonwebtoken/impl/DefaultJweHeaderMutator.java:62
↓ 1 callersMethodclock
(Clock clock)
impl/src/main/java/io/jsonwebtoken/impl/DefaultJwtParserBuilder.java:213
↓ 1 callersMethodclockSkewSeconds
(long seconds)
impl/src/main/java/io/jsonwebtoken/impl/DefaultJwtParserBuilder.java:235
↓ 1 callersMethodclose
()
impl/src/main/java/io/jsonwebtoken/impl/io/TeeOutputStream.java:35
↓ 1 callersMethodcommaDelimitedListToStringArray
Convert a CSV list into an array of Strings. @param str the input String @return an array of Strings, or the empty array in case of empty input
api/src/main/java/io/jsonwebtoken/lang/Strings.java:1240
↓ 1 callersMethodcompactIfPossible
(String cty)
impl/src/main/java/io/jsonwebtoken/impl/lang/CompactMediaTypeIdConverter.java:29
↓ 1 callersMethodcompress
(final OutputStream out)
impl/src/main/java/io/jsonwebtoken/impl/compression/AbstractCompressionAlgorithm.java:100
↓ 1 callersMethodcomputeHashCode
Compute and return the JWK hashCode. As JWKs are immutable, this value will be cached as a final constant upon JWK instantiation. This uses the JWK's
impl/src/main/java/io/jsonwebtoken/impl/security/AbstractJwk.java:95
↓ 1 callersMethodconcatToDER
Converts the specified concat-encoded signature to a DER-encoded signature. @param jwsSignature concat-encoded signature @return correpsonding DER-en
impl/src/main/java/io/jsonwebtoken/impl/security/EcSignatureAlgorithm.java:320
↓ 1 callersMethodcontains
Returns {@code true} if the specified key is known to represent a point on the curve, {@code false} otherwise. @param key the key to test @return {@c
impl/src/main/java/io/jsonwebtoken/impl/security/AbstractCurve.java:77
↓ 1 callersMethodcontainsAlphabetOrPad
Tests a given byte array to see if it contains any characters within the alphabet or PAD. <p> Intended for use in checking line-ending arrays @param
impl/src/main/java/io/jsonwebtoken/impl/io/BaseNCodec.java:388
↓ 1 callersMethodcontent
(String content)
impl/src/main/java/io/jsonwebtoken/impl/DefaultJwtBuilder.java:337
↓ 1 callersMethodcontentType
(String cty)
impl/src/main/java/io/jsonwebtoken/impl/DefaultJweHeaderMutator.java:77
↓ 1 callersMethodcontentType
Sets the compact <a href="https://www.rfc-editor.org/rfc/rfc7515.html#section-4.1.10"> <code>cty</code> (Content Type)</a> header parameter value, use
api/src/main/java/io/jsonwebtoken/HeaderMutator.java:95
↓ 1 callersMethodcreateDefaultFactories
()
impl/src/main/java/io/jsonwebtoken/impl/security/DispatchingJwkFactory.java:31
↓ 1 callersMethodcreateGetBytesFunction
(Class<? extends RuntimeException> clazz)
impl/src/main/java/io/jsonwebtoken/impl/security/X509BuilderSupport.java:48
↓ 1 callersMethodcreateHeader
Returns a new {@link Header} instance with the specified map state. @param m the header state @return a new header instance.
impl/src/main/java/io/jsonwebtoken/impl/TokenizedJwt.java:51
↓ 1 callersMethodcreateJwkFromKey
(JwkContext<K> ctx)
impl/src/main/java/io/jsonwebtoken/impl/security/AbstractFamilyJwkFactory.java:117
↓ 1 callersMethodcreateJwkFromValues
(JwkContext<SecretKey> ctx)
impl/src/main/java/io/jsonwebtoken/impl/security/SecretJwkFactory.java:98
↓ 1 callersMethodcreateJwkFromValues
(JwkContext<K> ctx)
impl/src/main/java/io/jsonwebtoken/impl/security/AbstractFamilyJwkFactory.java:120
↓ 1 callersMethodcreateOtherInfo
(int keydatalen, String AlgorithmID, byte[] PartyUInfo, byte[] PartyVInfo)
impl/src/main/java/io/jsonwebtoken/impl/security/EcdhKeyAlgorithm.java:108
↓ 1 callersMethodcreatePositiveCapacity
Create a positive capacity at least as large the minimum required capacity. If the minimum capacity is negative then this throws an OutOfMemoryError a
impl/src/main/java/io/jsonwebtoken/impl/io/BaseNCodec.java:249
↓ 1 callersMethoddecode
Convert the specified encoded data value into the desired data type. @param t the encoded data @return the resulting expected data @throws DecodingEx
api/src/main/java/io/jsonwebtoken/io/Decoder.java:34
↓ 1 callersMethoddecodeFast
Decodes a BASE64-encoded {@code CharSequence} that is known to be reasonably well formatted. The preconditions are:<br> + The sequence must have a lin
api/src/main/java/io/jsonwebtoken/io/Base64.java:238
↓ 1 callersMethoddecompress
(CompressionAlgorithm alg)
impl/src/main/java/io/jsonwebtoken/impl/Payload.java:124
↓ 1 callersMethoddecompress
(InputStream is)
impl/src/main/java/io/jsonwebtoken/impl/compression/AbstractCompressionAlgorithm.java:107
↓ 1 callersMethoddecrypt
Decrypts ciphertext and authenticates any {@link DecryptAeadRequest#getAssociatedData() associated data}, writing the decrypted plaintext to the provi
api/src/main/java/io/jsonwebtoken/security/AeadAlgorithm.java:90
↓ 1 callersMethodderivePublic
(final JwkContext<RSAPrivateKey> ctx)
impl/src/main/java/io/jsonwebtoken/impl/security/RsaPrivateJwkFactory.java:85
↓ 1 callersMethodderivePublic
Computes the PublicKey associated with the specified Edwards-curve PrivateKey. @param pk the Edwards-curve {@code PrivateKey} to inspect. @return the
impl/src/main/java/io/jsonwebtoken/impl/security/EdwardsCurve.java:304
↓ 1 callersMethoddigest
(final Request<InputStream> request)
impl/src/main/java/io/jsonwebtoken/impl/security/DefaultHashAlgorithm.java:37
↓ 1 callersMethoddoBuild
()
impl/src/main/java/io/jsonwebtoken/impl/security/ProvidedKeyBuilder.java:40
↓ 1 callersMethoddoBuild
()
impl/src/main/java/io/jsonwebtoken/impl/io/AbstractParserBuilder.java:58
← previousnext →401–500 of 1,993, ranked by callers