JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Cloud Foundry Certificate Truster
Prev
Next
Frames
No Frames
All Classes
A
C
G
I
J
S
T
A
appendToTruststore(X509Certificate[])
- Static method in class io.pivotal.springcloud.ssl.
SslCertificateTruster
Append the certificate to the JVM's currently used truststore.
C
CloudFoundryCertificateTruster
- Class in
io.pivotal.springcloud.ssl
Trusts certificates specified by environment variables CF_TARGET and TRUST_CERTS.
CloudFoundryCertificateTruster()
- Constructor for class io.pivotal.springcloud.ssl.
CloudFoundryCertificateTruster
G
getUntrustedCertificate(String, int, int)
- Static method in class io.pivotal.springcloud.ssl.
SslCertificateTruster
Performs an SSL handshake with the given host and port, and if the JVM does not trust the certificate presented during SSL handshake, return the certificate chain, otherwise return null.
I
initialize(ConfigurableApplicationContext)
- Method in class io.pivotal.springcloud.ssl.
CloudFoundryCertificateTruster
io.pivotal.springcloud.ssl
- package io.pivotal.springcloud.ssl
J
JAVAX_NET_SSL_TRUST_STORE
- Static variable in class io.pivotal.springcloud.ssl.
SslCertificateTruster
JAVAX_NET_SSL_TRUST_STORE_PASSWORD
- Static variable in class io.pivotal.springcloud.ssl.
SslCertificateTruster
S
SslCertificateTruster
- Class in
io.pivotal.springcloud.ssl
Utility for getting the JVM to trust an untrusted certificate
T
trustCertificate(String, int, int)
- Static method in class io.pivotal.springcloud.ssl.
SslCertificateTruster
If the certificate at the specified host and port is untrusted, append the untrusted certificate to the JVM's currently used truststore.
trustCertificates()
- Static method in class io.pivotal.springcloud.ssl.
CloudFoundryCertificateTruster
If the CF_TARGET env var starts with https://, gets the certificate for that host and trust it if untrusted.
A
C
G
I
J
S
T
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Cloud Foundry Certificate Truster
Prev
Next
Frames
No Frames
All Classes