Class TrustAnchorProxy
java.lang.Object
br.ufsc.labsec.signature.conformanceVerifier.validationService.TrustAnchorProxy
- All Implemented Interfaces:
TrustAnchorInterface
public class TrustAnchorProxy extends Object implements TrustAnchorInterface
Esta classe representa um conjunto de âncoras de confiança
-
Constructor Summary
Constructors Constructor Description TrustAnchorProxy(TrustAnchorComponent trustAnchorComponent)
Construtor -
Method Summary
Modifier and Type Method Description void
addTrustAnchors(Set<TrustAnchor> toAddTrustAnchor)
Set<TrustAnchor>
getTrustAnchorsFromComponents()
Retorn o conjunto de âncoras de confiançaList<AbstractTrustedListReport>
getTrustedListReports()
void
setTrustAnchors(Set<TrustAnchor> trustAnchors)
-
Constructor Details
-
TrustAnchorProxy
Construtor- Parameters:
trustAnchorComponent
- Componente de âncoras de confiança
-
-
Method Details
-
getTrustAnchorsFromComponents
Retorn o conjunto de âncoras de confiança- Specified by:
getTrustAnchorsFromComponents
in interfaceTrustAnchorInterface
- Returns:
- O conjunto de âncoras de confiança
- Throws:
TrustedListException
-
getTrustedListReports
-
setTrustAnchors
-
addTrustAnchors
-