javax.net.ssl.KeyManager
public class OpenSSLKeyManager
extends java.lang.Object
implements javax.net.ssl.KeyManager
Modifier and Type | Method | Description |
---|---|---|
java.io.File |
getCertificateChain() |
|
java.io.File |
getPrivateKey() |
|
void |
setCertificateChain(java.io.File certificateChain) |
|
void |
setPrivateKey(java.io.File privateKey) |
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.