Uses of Class
com.authlete.hms.SigningInfo
Packages that use SigningInfo
-
Uses of SigningInfo in com.authlete.hms
Subclasses with type arguments of type SigningInfo in com.authlete.hmsModifier and TypeClassDescriptionclassInformation about signing operation, including the computed signature base and the generated signature.Methods in com.authlete.hms that return SigningInfoModifier and TypeMethodDescriptionSigningInfo.setSigningKey(JWK key) Set the signing key used in the signing operation. -
Uses of SigningInfo in com.authlete.hms.fapi
Methods in com.authlete.hms.fapi that return SigningInfoModifier and TypeMethodDescriptionFapiResourceRequestSigner.sign()Execute HTTP message signing.FapiResourceRequestSigner.sign(SignatureMetadata metadata) Execute HTTP message signing.FapiResourceResponseSigner.sign()Execute HTTP message signing.FapiResourceResponseSigner.sign(SignatureMetadata metadata) Execute HTTP message signing.