public class TrustBundle extends Object
| Constructor and Description |
|---|
TrustBundle() |
| Modifier and Type | Method and Description |
|---|---|
X509Certificate |
getSigningCertificateAsX509Certificate() |
Collection<TrustBundleAnchor> |
getTrustBundleAnchors()
Gets the trust anchors in the bundle.
|
void |
setTrustBundleAnchors(Collection<TrustBundleAnchor> trustBundleAnchors)
Sets the trust anchors in the bundle.
|
public Collection<TrustBundleAnchor> getTrustBundleAnchors()
public void setTrustBundleAnchors(Collection<TrustBundleAnchor> trustBundleAnchors)
trustBundleAnchors - The trust anchors in the bundle.public X509Certificate getSigningCertificateAsX509Certificate()
Copyright © 2025. All rights reserved.