Interface TrustAnchorProvider
- All Known Subinterfaces:
SignaturePolicyInterface
- All Known Implementing Classes:
SignaturePolicyProxy
public interface TrustAnchorProvider
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getTrustAnchorSet
Set<TrustAnchor> getTrustAnchorSet() -
getSigningTrustAnchors
Set<TrustAnchor> getSigningTrustAnchors() -
getTimeStampTrustAnchors
Set<TrustAnchor> getTimeStampTrustAnchors()
-