Uses of Class
de.adorsys.opba.api.security.generator.api.RequestToSign
-
-
Uses of RequestToSign in de.adorsys.opba.api.security.generator.api
Methods in de.adorsys.opba.api.security.generator.api that return RequestToSign Modifier and Type Method Description RequestToSignRequestToSign.RequestToSignBuilder. build()Methods in de.adorsys.opba.api.security.generator.api with parameters of type RequestToSign Modifier and Type Method Description StringRequestDataToSignNormalizer. canonicalString(RequestToSign toSign)Computes canonical (normalized) string representation of the requestdefault StringRequestDataToSignNormalizer. canonicalStringToSign(RequestToSign toSign)Computes shortened form (SHA-256 hash) of the request canonical string, so that it can be used in headers (i.e.RequestDataToSignNormalizerDataToSignProvider. normalizerFor(RequestToSign toSign)Returns signer for the given request that can compute canonical request string
-