|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use X509Certificate | |
---|---|
javax.net.ssl | Provides classes for the secure socket package. |
org.dvb.dsmcc | Provides extended access to files carried in the broadcast stream. |
Uses of X509Certificate in javax.net.ssl |
---|
Methods in javax.net.ssl that return X509Certificate | |
---|---|
X509Certificate[] |
X509TrustManager.getAcceptedIssuers()
Return an array of certificate authority certificates which are trusted for authenticating peers. |
X509Certificate[] |
X509KeyManager.getCertificateChain(String alias)
Returns the certificate chain associated with the given alias. |
Methods in javax.net.ssl with parameters of type X509Certificate | |
---|---|
void |
X509TrustManager.checkClientTrusted(X509Certificate[] chain,
String authType)
Given the partial or complete certificate chain provided by the peer, build a certificate path to a trusted root and return if it can be validated and is trusted for client SSL authentication based on the authentication type. |
void |
X509TrustManager.checkServerTrusted(X509Certificate[] chain,
String authType)
Given the partial or complete certificate chain provided by the peer, build a certificate path to a trusted root and return if it can be validated and is trusted for server SSL authentication based on the authentication type. |
Uses of X509Certificate in org.dvb.dsmcc |
---|
Methods in org.dvb.dsmcc that return X509Certificate | |
---|---|
X509Certificate[][] |
DSMCCObject.getSigners()
This method shall attempt to validate all certificate chains found for this file in the network. |
X509Certificate[][] |
DSMCCObject.getSigners(boolean known_root)
This method shall attempt to validate all certificate chains found for this file in the network. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |