Uses of Interface
br.ufsc.labsec.signature.tsa.TimeStamp
Package | Description |
---|---|
br.ufsc.labsec.component | |
br.ufsc.labsec.signature.signer.creator | |
br.ufsc.labsec.signature.tsa | |
br.ufsc.labsec.signature.tsa.providers |
-
Uses of TimeStamp in br.ufsc.labsec.component
Fields in br.ufsc.labsec.component declared as TimeStamp Modifier and Type Field Description TimeStamp
SignatureComponent. timeStamp
-
Uses of TimeStamp in br.ufsc.labsec.signature.signer.creator
Constructors in br.ufsc.labsec.signature.signer.creator with parameters of type TimeStamp Constructor Description TimestampCreator(String identifier, Component component, TimeStamp timestamp, List<String> requiredAttributes)
-
Uses of TimeStamp in br.ufsc.labsec.signature.tsa
Methods in br.ufsc.labsec.signature.tsa that return TimeStamp Modifier and Type Method Description TimeStamp
TimeStampComponent. getTimeStamp()
Retorna o carimbo de tempo -
Uses of TimeStamp in br.ufsc.labsec.signature.tsa.providers
Classes in br.ufsc.labsec.signature.tsa.providers that implement TimeStamp Modifier and Type Class Description class
LocalTimestampProvider
Esta classe é responsável por se conectar localmente ao TSA e retornar um carimbo de tempo.class
RemoteBasicTimestampProvider
Esta classe é responsável por se conectar localmente ao TSA e retornar um carimbo de tempo.class
RemoteOAuthTimeStampProvider
Methods in br.ufsc.labsec.signature.tsa.providers that return TimeStamp Modifier and Type Method Description static TimeStamp
TimeStampProviderFactory. getTimeStampProvider(TimeStampComponent component)