Class RequestSigningInterceptor
- java.lang.Object
-
- de.adorsys.xs2a.adapter.impl.http.RequestSigningInterceptor
-
- All Implemented Interfaces:
Interceptor
public class RequestSigningInterceptor extends Object implements Interceptor
-
-
Constructor Summary
Constructors Constructor Description RequestSigningInterceptor(Pkcs12KeyStore keyStore)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Request.BuilderpreHandle(Request.Builder requestBuilder)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.adorsys.xs2a.adapter.api.http.Interceptor
postHandle
-
-
-
-
Constructor Detail
-
RequestSigningInterceptor
public RequestSigningInterceptor(Pkcs12KeyStore keyStore)
-
-
Method Detail
-
preHandle
public Request.Builder preHandle(Request.Builder requestBuilder)
- Specified by:
preHandlein interfaceInterceptor
-
-