public interface ConnectionSecurityProvider
Modifier and Type | Method and Description |
---|---|
ByteChannel |
getChannel()
Returns the security provider's byte channel.
|
Certificate[] |
getClientCertificateChain()
Return a certificate chain array.
|
String |
getName()
Return the name of a provider.
|
int |
getSSF()
Return a Security Strength Factor.
|
boolean |
isSecure()
Return
true if a provider is secure. |
Certificate[] getClientCertificateChain()
String getName()
int getSSF()
boolean isSecure()
true
if a provider is secure.true
if a provider is secure.ByteChannel getChannel()
Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.