public interface SSLIdentity
Modifier and Type | Interface and Description |
---|---|
static class |
SSLIdentity.ServiceUtil |
Modifier and Type | Method and Description |
---|---|
SSLContext |
getFullContext()
Obtain the full SSLContext comprising of both any defined key and trust stores.
|
SSLContext |
getTrustOnlyContext()
Obtain the SSLContext but only comprising the trust store definitions.
|
SSLContext getFullContext()
SSLContext getTrustOnlyContext()
Copyright © 2013 JBoss by Red Hat. All rights reserved.