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 SignatureWrapperApplication. extend(SignatureWrapper wrapper, int signatureIndex, Profile.AdESType type, Profile.AdESLevel level, Optional<TsaInfo.TsaAuthInfo> tsaAuthInfo)SignatureWrapperApplication. stamp(SignatureWrapper 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 SignatureExtensionRequestSignatureExtensionRequest. 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. tsaAuthInfoMethods in br.ufsc.labsec.signature.conformanceVerifier with parameters of type TsaInfo.TsaAuthInfo Modifier and Type Method Description VerifierRequestVerifierRequest. withTsaAuthInfo(TsaInfo.TsaAuthInfo tsaAuthInfo)Method parameters in br.ufsc.labsec.signature.conformanceVerifier with type arguments of type TsaInfo.TsaAuthInfo Modifier and Type Method Description VerifierRequestVerifierRequest. 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, boolean icpBrIncrementalUpdatesRules) -
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 classTsaInfo<T extends TsaInfo.TsaAuthInfo>Classes in br.ufsc.labsec.signature.tsa that implement TsaInfo.TsaAuthInfo Modifier and Type Class Description static classTsaInfo.TsaBasicAuthInfoInformações de autenticação para carimbadora com autenticação básica.static classTsaInfo.TsaLocalAuthInfoInformações de autenticação para carimbadora local.static classTsaInfo.TsaOAuthAuthInfoInformaçõ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.TsaAuthInfoTimeStampComponent. 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 voidTimeStampComponent. setTsaAuthInfo(TsaInfo.TsaAuthInfo tsaAuthInfo)