Uses of Class
br.ufsc.labsec.signature.tsa.TimeStampComponent
Package | Description |
---|---|
br.ufsc.labsec.signature | |
br.ufsc.labsec.signature.tsa | |
br.ufsc.labsec.signature.tsa.providers |
-
Uses of TimeStampComponent in br.ufsc.labsec.signature
Methods in br.ufsc.labsec.signature with parameters of type TimeStampComponent Modifier and Type Method Description <Encod, Sig extends Signature<Encod>>
FileToBeSigned<TSInformation<Encod,Sig>>FileToBeSignedGenerator. generateTimestampToBeSigned(TimeStampComponent component, String attributeOid, byte[] digestToSign, String signatureSuite, Sig stampedSignature)
-
Uses of TimeStampComponent in br.ufsc.labsec.signature.tsa
Constructors in br.ufsc.labsec.signature.tsa with parameters of type TimeStampComponent Constructor Description TimeStampAttributeResolver(TimeStampComponent timeStampComponent)
-
Uses of TimeStampComponent in br.ufsc.labsec.signature.tsa.providers
Fields in br.ufsc.labsec.signature.tsa.providers declared as TimeStampComponent Modifier and Type Field Description protected TimeStampComponent
TimestampProvider. component
Constructors in br.ufsc.labsec.signature.tsa.providers with parameters of type TimeStampComponent Constructor Description LocalTimestampProvider(TimeStampComponent component)
RemoteTimestampProvider(TimeStampComponent timeStampComponent)
TimestampProvider(TimeStampComponent component)