public class CSClient extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
Certificate |
caCert |
CertificateFactory |
cf |
Certificate |
clientCert |
PrivateKey |
clientKey |
org.bouncycastle.openssl.PEMKeyPair |
clientKeyPair |
org.apache.http.impl.client.CloseableHttpClient |
httpclient |
char[] |
KEY_STORE_PASSWORD |
KeyStore |
keyStore |
KeyFactory |
kf |
PKCS8EncodedKeySpec |
spec |
KeyStore |
trustStore |
public char[] KEY_STORE_PASSWORD
public CertificateFactory cf
public Certificate caCert
public Certificate clientCert
public org.bouncycastle.openssl.PEMKeyPair clientKeyPair
public PKCS8EncodedKeySpec spec
public KeyFactory kf
public PrivateKey clientKey
public KeyStore trustStore
public KeyStore keyStore
public org.apache.http.impl.client.CloseableHttpClient httpclient
Copyright © 2016. All rights reserved.