Class ResponseSignatureInterceptor

  • All Implemented Interfaces:
    org.apache.http.HttpResponseInterceptor

    public class ResponseSignatureInterceptor
    extends java.lang.Object
    implements org.apache.http.HttpResponseInterceptor
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String NOT_SIGNED_RESPONSE  
    • Method Summary

      Modifier and Type Method Description
      java.security.cert.X509Certificate lastSertifikat()  
      void process​(org.apache.http.HttpResponse response, org.apache.http.protocol.HttpContext context)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • NOT_SIGNED_RESPONSE

        public static final java.lang.String NOT_SIGNED_RESPONSE
        See Also:
        Constant Field Values
    • Constructor Detail

      • ResponseSignatureInterceptor

        public ResponseSignatureInterceptor​(java.util.function.Supplier<EntryPoint> entryPointResolver)
    • Method Detail

      • process

        public void process​(org.apache.http.HttpResponse response,
                            org.apache.http.protocol.HttpContext context)
        Specified by:
        process in interface org.apache.http.HttpResponseInterceptor
      • lastSertifikat

        public java.security.cert.X509Certificate lastSertifikat()