Package com.pingidentity.access
Class TrustedCAAccessor
- java.lang.Object
-
- com.pingidentity.access.TrustedCAAccessor
-
public final class TrustedCAAccessor extends Object
This class provides access to a list of trusted imported CA or self-signed server certificates.- Since:
- 9.0
-
-
Constructor Summary
Constructors Constructor Description TrustedCAAccessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<TrustAnchor>getAllTrustAnchors()Obtains the list of all trust anchors.
-
-
-
Method Detail
-
getAllTrustAnchors
public Set<TrustAnchor> getAllTrustAnchors()
Obtains the list of all trust anchors.- Returns:
-
-