Interface Client
- All Known Implementing Classes:
HttpClient
public interface Client
- Author:
- administrator
-
Method Summary
Modifier and TypeMethodDescriptionverifyPkcs7Attached(String userRealIP, String host, String pkcs7b64) verifyPkcs7Detached(String userRealIP, String host, String data64, String pkcs7b64)
-
Method Details
-
auth
- Throws:
Exception
-
verifyPkcs7Attached
Pkcs7VerifyJsonResponse verifyPkcs7Attached(String userRealIP, String host, String pkcs7b64) throws Exception - Throws:
Exception
-
verifyPkcs7Detached
Pkcs7VerifyJsonResponse verifyPkcs7Detached(String userRealIP, String host, String data64, String pkcs7b64) throws Exception - Throws:
Exception
-