Uses of Class
de.gematik.idp.token.IdpJwe
Packages that use IdpJwe
-
Uses of IdpJwe in de.gematik.idp.authentication
Methods in de.gematik.idp.authentication that return IdpJweModifier and TypeMethodDescriptionAuthenticationTokenBuilder.buildAuthenticationToken(X509Certificate clientCertificate, Map<String, Object> serverChallengeClaims, ZonedDateTime issueingTime) AuthenticationTokenBuilder.buildAuthenticationTokenFromSektoralIdToken(JsonWebToken idToken, ZonedDateTime issueingTime, Map<String, String> sessionData) AuthenticationTokenBuilder.buildAuthenticationTokenFromSsoToken(JsonWebToken ssoToken, JsonWebToken challengeToken, ZonedDateTime issueingTime) -
Uses of IdpJwe in de.gematik.idp.token
Methods in de.gematik.idp.token that return IdpJweModifier and TypeMethodDescriptionSsoTokenBuilder.buildSsoToken(X509Certificate certificate, ZonedDateTime issuingTime, List<String> amrString) SsoTokenBuilder.buildSsoTokenFromSektoralIdToken(JsonWebToken idToken, ZonedDateTime issueingTime) static IdpJweIdpJwe.createWithPayloadAndEncryptWithKey(String payload, Key key, String contentType) static IdpJweIdpJwe.createWithPayloadAndExpiryAndEncryptWithKey(String payload, Optional<ZonedDateTime> expiryOptional, Key key, String contentType) IdpJwe.setDecryptionKey(Key decryptionKey)