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