Searched defs:rawJwt (Results 1 – 10 of 10) sorted by relevance
95 RawJwt rawJwt = RawJwt.newBuilder().setJwtId("id123").withoutExpiration().build(); in test_wrapSingleTinkKey_works() local178 RawJwt rawJwt = RawJwt.newBuilder().withoutExpiration().build(); in wrongKey_throwsInvalidSignatureException() local192 RawJwt rawJwt = RawJwt.newBuilder().setIssuer("Justus").withoutExpiration().build(); in wrongIssuer_throwsInvalidException() local204 RawJwt rawJwt = in expiredCompact_throwsExpiredException() local220 RawJwt rawJwt = in notYetValidCompact_throwsNotBeforeException() local
243 RawJwt rawJwt = RawJwt.newBuilder().withoutExpiration().build(); in wrongKey_throwsInvalidSignatureException() local263 RawJwt rawJwt = RawJwt.newBuilder().setIssuer("Justus").withoutExpiration().build(); in wrongIssuer_throwsInvalidException() local279 RawJwt rawJwt = in expiredCompact_throwsInvalidException() local298 RawJwt rawJwt = in notYetValidCompact_throwsInvalidException() local
65 RawJwt rawJwt = in createComputeVerifyJwtMac() local153 RawJwt rawJwt = in readKeysetComputeVerifyJwtMac_success() local217 RawJwt rawJwt = in multipleKeysReadKeysetComputeVerifyJwtMac_success() local
347 RawJwt rawJwt = RawJwt.newBuilder().setIssuer("joe").withoutExpiration().build(); in signedCompactCreateSplit_success() local369 RawJwt rawJwt = in signedCompactCreateSplitWithTypeHeader_success() local391 RawJwt rawJwt = RawJwt.newBuilder().setIssuer("joe").withoutExpiration().build(); in signedCompactCreateSplitWithKeyIdentifier_success() local
91 RawJwt rawJwt = in validate_tokenThatExpiresNow_shouldThrow() local130 RawJwt rawJwt = in validate_tokenWithNotBeforeIsNow_success() local
38 private final RawJwt rawJwt; field in VerifiedJwt40 VerifiedJwt(RawJwt rawJwt) { in VerifiedJwt()
110 public String computeMacAndEncodeWithKid(RawJwt rawJwt, Optional<String> kid) in computeMacAndEncodeWithKid()
250 static String createUnsignedCompact(String algorithm, Optional<String> kid, RawJwt rawJwt) in createUnsignedCompact()
158 RawJwt rawJwt = convertJwtTokenToRawJwt(request.getRawJwt()); in computeMacAndEncode() local184 RawJwt rawJwt = convertJwtTokenToRawJwt(request.getRawJwt()); in publicKeySignAndEncode() local
68 RawJwt rawJwt = in main() local