public class CryptographyUtils
extends java.lang.Object
| Constructor and Description |
|---|
CryptographyUtils() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
checkForUnlimitedSecurityPolicy() |
static org.springframework.web.client.RestTemplate |
createSslRestTemplate(java.security.KeyStore keyStore,
java.lang.String ksPass,
org.apache.http.ssl.PrivateKeyStrategy keyStrategy,
java.security.KeyStore trustStore,
org.apache.http.ssl.TrustStrategy trustStrategy,
java.lang.Integer readTimeout,
java.lang.Integer connectionTimeout,
boolean allowCached) |
static org.springframework.web.client.RestTemplate |
createSslRestTemplate(org.apache.http.ssl.TrustStrategy trustStrategy,
java.lang.Integer readTimeout,
java.lang.Integer connectionTimeout) |
public static boolean checkForUnlimitedSecurityPolicy()
public static org.springframework.web.client.RestTemplate createSslRestTemplate(java.security.KeyStore keyStore,
java.lang.String ksPass,
org.apache.http.ssl.PrivateKeyStrategy keyStrategy,
java.security.KeyStore trustStore,
org.apache.http.ssl.TrustStrategy trustStrategy,
java.lang.Integer readTimeout,
java.lang.Integer connectionTimeout,
boolean allowCached)
throws java.lang.Exception
java.lang.Exceptionpublic static org.springframework.web.client.RestTemplate createSslRestTemplate(org.apache.http.ssl.TrustStrategy trustStrategy,
java.lang.Integer readTimeout,
java.lang.Integer connectionTimeout)
throws java.lang.Exception
java.lang.ExceptionCopyright © 2019. All Rights Reserved.