Uses of Class
br.ufsc.labsec.signature.conformanceVerifier.jades.attributes.TstToken
-
Uses of TstToken in br.ufsc.labsec.signature.conformanceVerifier.jades
Methods in br.ufsc.labsec.signature.conformanceVerifier.jades that return types with arguments of type TstToken Modifier and Type Method Description List<TstToken>
JadesVerifier. getOrderedTimeStamps()
Retorna uma lista de atributos de carimbo do tempo ordenada por identificador, de acordo com o especificado na lista de prioridade. -
Uses of TstToken in br.ufsc.labsec.signature.conformanceVerifier.jades.attributes
Fields in br.ufsc.labsec.signature.conformanceVerifier.jades.attributes with type parameters of type TstToken Modifier and Type Field Description protected List<TstToken>
TimeStamp. stamps
Lista de carimbosMethods in br.ufsc.labsec.signature.conformanceVerifier.jades.attributes that return types with arguments of type TstToken Modifier and Type Method Description List<TstToken>
TimeStamp. getStamps()
Methods in br.ufsc.labsec.signature.conformanceVerifier.jades.attributes with parameters of type TstToken Modifier and Type Method Description int
TstToken. compareTo(TstToken otherTimeStamp)
Compara dois objetos desta classeprotected abstract boolean
TimeStamp. isLast(TstToken token)
Retorna se o carimbo de tempo é o último da assinatura -
Uses of TstToken in br.ufsc.labsec.signature.conformanceVerifier.jades.attributes.unsigned
Methods in br.ufsc.labsec.signature.conformanceVerifier.jades.attributes.unsigned with parameters of type TstToken Modifier and Type Method Description protected boolean
ArchiveTimeStamp. isLast(TstToken token)
Verifica se o atributo é o último carimbo na assinaturaprotected boolean
SignatureTimeStamp. isLast(TstToken token)
Verifica se o atributo é o último carimbo na assinaturaConstructor parameters in br.ufsc.labsec.signature.conformanceVerifier.jades.attributes.unsigned with type arguments of type TstToken Constructor Description ArchiveTimeStamp(List<TstToken> tokens, String canonAlg)
RefsOnlyTimeStamp(List<TstToken> tokens, String canonAlg)
SigAndRefsTimeStamp(List<TstToken> tokens, String canonAlg)
SignatureTimeStamp(List<TstToken> tokens, String canonAlg)