public interface TrustAnchorStore
Modifier and Type | Method and Description |
---|---|
void |
dispose() |
java.util.Set<java.security.cert.TrustAnchor> |
getTrustAnchors() |
java.security.cert.X509Certificate[] |
getTrustedCertificates() |
long |
getUpdateInterval() |
void |
setUpdateInterval(long newInterval) |
java.util.Set<java.security.cert.TrustAnchor> getTrustAnchors()
java.security.cert.X509Certificate[] getTrustedCertificates()
void dispose()
long getUpdateInterval()
void setUpdateInterval(long newInterval)