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 thealgparameter.SignatureMetadataParameters.setCreated(Long created) Set the value of thecreatedparameter.SignatureMetadataParameters.setCreated(Instant created) Set the value of thecreatedparameter.SignatureMetadataParameters.setExpires(Long expires) Set the value of theexpiresparameter.SignatureMetadataParameters.setExpires(Instant expires) Set the value of theexpiresparameter.Set the value of thekeyidparameter.Set the value of thenonceparameter.Set the value of thetagparameter.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.