public class SSLContextFactory
extends java.lang.Object
Constructor and Description |
---|
SSLContextFactory() |
Modifier and Type | Method and Description |
---|---|
javax.net.ssl.SSLContext |
create(java.util.List<java.nio.file.Path> pathCertificates,
java.nio.file.Path pathPrivateKey,
java.util.List<java.nio.file.Path> pathTrustAnchors) |
public javax.net.ssl.SSLContext create(java.util.List<java.nio.file.Path> pathCertificates, java.nio.file.Path pathPrivateKey, java.util.List<java.nio.file.Path> pathTrustAnchors) throws java.security.GeneralSecurityException, java.io.IOException
java.security.GeneralSecurityException
java.io.IOException
Copyright © 2015. All Rights Reserved.