Uses of Class
com.authlete.hms.SignatureMetadataParameters
Packages that use SignatureMetadataParameters
-
Uses of SignatureMetadataParameters in com.authlete.hms
Methods in com.authlete.hms that return SignatureMetadataParametersModifier and TypeMethodDescriptionSignatureMetadata.getParameters()
Get the signature metadata parameters.Set the value of thealg
parameter.SignatureMetadataParameters.setCreated
(Long created) Set the value of thecreated
parameter.SignatureMetadataParameters.setCreated
(Instant created) Set the value of thecreated
parameter.SignatureMetadataParameters.setExpires
(Long expires) Set the value of theexpires
parameter.SignatureMetadataParameters.setExpires
(Instant expires) Set the value of theexpires
parameter.Set the value of thekeyid
parameter.Set the value of thenonce
parameter.Set the value of thetag
parameter.Constructors in com.authlete.hms with parameters of type SignatureMetadataParametersModifierConstructorDescriptionSignatureMetadata
(SignatureMetadataParameters parameters) A constructor with signature metadata parameters.SignatureMetadata
(Collection<? extends ComponentIdentifier> identifiers, SignatureMetadataParameters parameters) A constructor with component identifiers and signature metadata parameters.