Uses of Interface
br.ufsc.labsec.signature.tsa.TsaInfo.TsaAuthInfo
Package | Description |
---|---|
br.ufsc.labsec.component | |
br.ufsc.labsec.signature | |
br.ufsc.labsec.signature.conformanceVerifier | |
br.ufsc.labsec.signature.signer | |
br.ufsc.labsec.signature.tsa |
-
Uses of TsaInfo.TsaAuthInfo in br.ufsc.labsec.component
Methods in br.ufsc.labsec.component that return types with arguments of type TsaInfo.TsaAuthInfo Modifier and Type Method Description Optional<TsaInfo.TsaAuthInfo>
Application. getTsaAuthInfo()
Method parameters in br.ufsc.labsec.component with type arguments of type TsaInfo.TsaAuthInfo Modifier and Type Method Description SignatureDataWrapper
Application. extend(SignatureDataWrapper wrapper, int signatureIndex, Profile.AdESType type, Profile.AdESLevel level, Optional<TsaInfo.TsaAuthInfo> tsaAuthInfo)
SignatureDataWrapper
Application. stamp(SignatureDataWrapper wrapper, int signatureIndex, String attribute, Profile.AdESType type, Optional<TsaInfo.TsaAuthInfo> tsaAuthInfo)
-
Uses of TsaInfo.TsaAuthInfo in br.ufsc.labsec.signature
Method parameters in br.ufsc.labsec.signature with type arguments of type TsaInfo.TsaAuthInfo Modifier and Type Method Description SignatureExtensionRequest
SignatureExtensionRequest. withTsaAuthInfo(Optional<TsaInfo.TsaAuthInfo> tsaAuthInfo)
-
Uses of TsaInfo.TsaAuthInfo in br.ufsc.labsec.signature.conformanceVerifier
Fields in br.ufsc.labsec.signature.conformanceVerifier with type parameters of type TsaInfo.TsaAuthInfo Modifier and Type Field Description Optional<TsaInfo.TsaAuthInfo>
VerifierParams. tsaAuthInfo
Methods in br.ufsc.labsec.signature.conformanceVerifier with parameters of type TsaInfo.TsaAuthInfo Modifier and Type Method Description VerifierRequest
VerifierRequest. withTsaAuthInfo(TsaInfo.TsaAuthInfo tsaAuthInfo)
Method parameters in br.ufsc.labsec.signature.conformanceVerifier with type arguments of type TsaInfo.TsaAuthInfo Modifier and Type Method Description VerifierRequest
VerifierRequest. withTsaAuthInfo(Optional<TsaInfo.TsaAuthInfo> tsaAuthInfo)
Constructor parameters in br.ufsc.labsec.signature.conformanceVerifier with type arguments of type TsaInfo.TsaAuthInfo Constructor Description VerifierParams(boolean verifyIncremental, boolean isComplete, boolean withReceipt, boolean verifyNotAnchored, boolean unrestrictedAttrVerification, boolean profileVerification, boolean returnArtifacts, ExtensionsReport.PROFILE extensionsProfile, Profile.AdESLevel levelToVerify, Optional<TsaInfo.TsaAuthInfo> tsaAuthInfo)
-
Uses of TsaInfo.TsaAuthInfo in br.ufsc.labsec.signature.signer
Methods in br.ufsc.labsec.signature.signer that return types with arguments of type TsaInfo.TsaAuthInfo Modifier and Type Method Description Optional<TsaInfo.TsaAuthInfo>
SignerParameters. getTsaAuthInfo()
-
Uses of TsaInfo.TsaAuthInfo in br.ufsc.labsec.signature.tsa
Classes in br.ufsc.labsec.signature.tsa with type parameters of type TsaInfo.TsaAuthInfo Modifier and Type Class Description class
TsaInfo<T extends TsaInfo.TsaAuthInfo>
Classes in br.ufsc.labsec.signature.tsa that implement TsaInfo.TsaAuthInfo Modifier and Type Class Description static class
TsaInfo.TsaBasicAuthInfo
Informações de autenticação para carimbadora com autenticação básica.static class
TsaInfo.TsaLocalAuthInfo
Informações de autenticação para carimbadora local.static class
TsaInfo.TsaOAuthAuthInfo
Informações de autenticação para carimbadora com OAuth2.Methods in br.ufsc.labsec.signature.tsa that return TsaInfo.TsaAuthInfo Modifier and Type Method Description TsaInfo.TsaAuthInfo
TimeStampComponent. getTsaAuthInfo()
Methods in br.ufsc.labsec.signature.tsa that return types with arguments of type TsaInfo.TsaAuthInfo Modifier and Type Method Description static Optional<TsaInfo.TsaAuthInfo>
TsaInfo. fromJSON(org.json.JSONObject json)
Methods in br.ufsc.labsec.signature.tsa with parameters of type TsaInfo.TsaAuthInfo Modifier and Type Method Description void
TimeStampComponent. setTsaAuthInfo(TsaInfo.TsaAuthInfo tsaAuthInfo)