public class KeyStoreStreamCertificateSource extends Object implements net.lightbody.bmp.mitm.CertificateAndKeySource
| Constructor and Description |
|---|
KeyStoreStreamCertificateSource(String keyStoreType,
com.google.common.io.ByteSource keyStoreByteSource,
String privateKeyAlias,
String keyStorePassword)
Creates a
CertificateAndKeySource that loads an existing KeyStore from a classpath resource. |
KeyStoreStreamCertificateSource(String keyStoreType,
com.google.common.io.ByteSource keyStoreByteSource,
String privateKeyAlias,
String keyStorePassword,
MemorySecurityProviderTool securityProviderTool) |
public KeyStoreStreamCertificateSource(String keyStoreType, com.google.common.io.ByteSource keyStoreByteSource, String privateKeyAlias, String keyStorePassword)
CertificateAndKeySource that loads an existing KeyStore from a classpath resource.keyStoreType - the KeyStore type, such as PKCS12 or JKSkeyStoreByteSource - the byte source providing the keystore bytesprivateKeyAlias - the alias of the private key in the KeyStorekeyStorePassword - te KeyStore passwordpublic KeyStoreStreamCertificateSource(String keyStoreType, com.google.common.io.ByteSource keyStoreByteSource, String privateKeyAlias, String keyStorePassword, MemorySecurityProviderTool securityProviderTool)
Copyright © 2016–2018. All rights reserved.