◆ getAllPublicKeys()
Map<String, JWK> org.mitre.jwt.signer.service.JWTSigningAndValidationService.getAllPublicKeys |
( |
| ) |
|
◆ getAllSigningAlgsSupported()
Collection<JWSAlgorithm> org.mitre.jwt.signer.service.JWTSigningAndValidationService.getAllSigningAlgsSupported |
( |
| ) |
|
◆ getDefaultSignerKeyId()
String org.mitre.jwt.signer.service.JWTSigningAndValidationService.getDefaultSignerKeyId |
( |
| ) |
|
◆ getDefaultSigningAlgorithm()
JWSAlgorithm org.mitre.jwt.signer.service.JWTSigningAndValidationService.getDefaultSigningAlgorithm |
( |
| ) |
|
◆ signJwt() [1/2]
void org.mitre.jwt.signer.service.JWTSigningAndValidationService.signJwt |
( |
SignedJWT |
jwt | ) |
|
◆ signJwt() [2/2]
void org.mitre.jwt.signer.service.JWTSigningAndValidationService.signJwt |
( |
SignedJWT |
jwt, |
|
|
JWSAlgorithm |
alg |
|
) |
| |
Sign a jwt using the selected algorithm. The algorithm is selected using the String parameter values specified in the JWT spec, section 6. I.E., "HS256" means HMAC with SHA-256 and corresponds to our HmacSigner class.
- 引数
-
jwt | the jwt to sign |
alg | the name of the algorithm to use, as specified in JWS s.6 |
- 戻り値
- the signed jwt
org.mitre.jwt.signer.service.impl.DefaultJWTSigningAndValidationServiceで実装されています。
◆ validateSignature()
boolean org.mitre.jwt.signer.service.JWTSigningAndValidationService.validateSignature |
( |
SignedJWT |
jwtString | ) |
|
このインタフェース詳解は次のファイルから抽出されました: