Class SigningInfo
Information about signing operation, including the computed signature base
and the generated signature.
- Since:
- 1.3
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the signing key used in the signing operation.setSigningKey(JWK key) Set the signing key used in the signing operation.Methods inherited from class com.authlete.hms.SignatureOperationInfo
getMetadata, getSerializedSignature, getSerializedSignatureMetadata, getSignature, getSignatureBase, setSignature, setSignatureBase
-
Constructor Details
-
SigningInfo
public SigningInfo()
-
-
Method Details
-
getSigningKey
Get the signing key used in the signing operation.- Returns:
- The signing key.
-
setSigningKey
Set the signing key used in the signing operation.- Parameters:
key- The signing key.- Returns:
thisobject.
-