public class ProviderCert extends Cert
| Constructor and Description |
|---|
ProviderCert(byte[] keyCertChain,
byte[] privateKey,
byte[] trustCert,
AuthPolicy authPolicy) |
ProviderCert(byte[] keyCertChain,
byte[] privateKey,
byte[] trustCert,
String password,
AuthPolicy authPolicy) |
| Modifier and Type | Method and Description |
|---|---|
AuthPolicy |
getAuthPolicy() |
getKeyCertChain, getKeyCertChainInputStream, getPassword, getPrivateKey, getPrivateKeyInputStream, getTrustCert, getTrustCertInputStreampublic ProviderCert(byte[] keyCertChain,
byte[] privateKey,
byte[] trustCert,
AuthPolicy authPolicy)
public ProviderCert(byte[] keyCertChain,
byte[] privateKey,
byte[] trustCert,
String password,
AuthPolicy authPolicy)
public AuthPolicy getAuthPolicy()
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.