Class ComputeList
java.lang.Object
br.ufsc.labsec.trustedList.steps.ComputeList
- All Implemented Interfaces:
TrustedListResponsibilityChain
- Direct Known Subclasses:
ComputeLOTL, ComputeTL
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionprotected DSSSigningCertificateSourceRetorna uma fonte de certificados contendo possíveis certificados de assinante da assinatura da lista confiável contida na URL especificada.booleanhasNext()nextStep()Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface TrustedListResponsibilityChain
execute
-
Field Details
-
context
-
-
Method Details
-
nextStep
- Specified by:
nextStepin interfaceTrustedListResponsibilityChain
-
hasNext
public boolean hasNext()- Specified by:
hasNextin interfaceTrustedListResponsibilityChain
-
getSigningCertificatesForTL
protected DSSSigningCertificateSource getSigningCertificatesForTL() throws IOException, VerificationExceptionRetorna uma fonte de certificados contendo possíveis certificados de assinante da assinatura da lista confiável contida na URL especificada.- Returns:
- uma fonte de certificados contendo possíveis certificados de assinante da assinatura da lista confiável.
- Throws:
IOException- caso haja algum problema de leitura/escrita.VerificationException- caso haja algum problema no arquivo que impede a verificação da assinatura.
-