Uses of Class
br.ufsc.labsec.signature.signer.keystore.KeyStoreInformation
Packages that use KeyStoreInformation
Package
Description
-
Uses of KeyStoreInformation in br.ufsc.labsec.component
Fields in br.ufsc.labsec.component declared as KeyStoreInformation -
Uses of KeyStoreInformation in br.ufsc.labsec.signature
Methods in br.ufsc.labsec.signature that return KeyStoreInformationModifier and TypeMethodDescriptionprotected abstract KeyStoreInformationAttributeIncluder.getKeyStoreInformation(Sig signature) Methods in br.ufsc.labsec.signature with parameters of type KeyStoreInformationModifier and TypeMethodDescription<T extends ExtraInformation>
FileToBeSigned<? extends T> FileToBeSignedGenerator.generateFileToBeSigned(ApplicationInterface application, String filename, InputStream contentToBeSigned, FileFormat signatureFormat, SignerType signatureType, String signatureSuite, KeyStoreInformation keyStoreInformation, T extraInformation) <T extends ExtraInformation>
FileToBeSigned<? extends T> FileToBeSignedGenerator.generateFileToBeSigned(ApplicationInterface application, String filename, InputStream contentToBeSigned, FileFormat signatureFormat, SignerType signatureType, String signatureSuite, KeyStoreInformation keyStoreInformation, T extraInformation, CompleteSigner.Mode signatureMode) <T extends ExtraInformation>
FileToBeSigned<? extends T> FileToBeSignedGenerator.generateFileToBeSigned(ApplicationInterface application, String filename, InputStream contentToBeSigned, FileFormat signatureFormat, SignerType signatureType, String signatureSuite, KeyStoreInformation keyStoreInformation, T extraInformation, List<String> signedAttributes, List<String> unsignedAttributes, CompleteSigner.Mode signatureMode) <T extends ExtraInformation>
FileToBeSigned<? extends T> FileToBeSignedGenerator.generateFileToBeSigned(ApplicationInterface application, URI uri, String fileExtension, FileFormat signatureFormat, SignerType signatureType, String signatureSuite, KeyStoreInformation keyStoreInformation, T extraInformation) <T extends ExtraInformation>
FileToBeSigned<? extends T> FileToBeSignedGenerator.generateFileToBeSigned(ApplicationInterface application, URI uri, String fileExtension, FileFormat signatureFormat, SignerType signatureType, String signatureSuite, KeyStoreInformation keyStoreInformation, T extraInformation, CompleteSigner.Mode signatureMode) <T extends ExtraInformation>
FileToBeSigned<? extends T> FileToBeSignedGenerator.generateFileToBeSigned(ApplicationInterface application, URI uri, String fileExtension, FileFormat signatureFormat, SignerType signatureType, String signatureSuite, KeyStoreInformation keyStoreInformation, T extraInformation, List<String> signedAttributes, List<String> unsignedAttributes, CompleteSigner.Mode signatureMode) -
Uses of KeyStoreInformation in br.ufsc.labsec.signature.conformanceVerifier.cades
Methods in br.ufsc.labsec.signature.conformanceVerifier.cades that return KeyStoreInformationModifier and TypeMethodDescriptionprotected KeyStoreInformationCadesAttributeIncluder.getKeyStoreInformation(CadesSignature signature) -
Uses of KeyStoreInformation in br.ufsc.labsec.signature.conformanceVerifier.jades
Methods in br.ufsc.labsec.signature.conformanceVerifier.jades that return KeyStoreInformationModifier and TypeMethodDescriptionprotected KeyStoreInformationJadesAttributeIncluder.getKeyStoreInformation(JadesSignature signature) -
Uses of KeyStoreInformation in br.ufsc.labsec.signature.conformanceVerifier.pades
Methods in br.ufsc.labsec.signature.conformanceVerifier.pades that return KeyStoreInformationModifier and TypeMethodDescriptionprotected KeyStoreInformationPadesAttributeIncluder.getKeyStoreInformation(PadesSignature signature) -
Uses of KeyStoreInformation in br.ufsc.labsec.signature.conformanceVerifier.xades
Methods in br.ufsc.labsec.signature.conformanceVerifier.xades that return KeyStoreInformationModifier and TypeMethodDescriptionprotected KeyStoreInformationXadesAttributeIncluder.getKeyStoreInformation(XadesSignature signature) -
Uses of KeyStoreInformation in br.ufsc.labsec.signature.tsa
Methods in br.ufsc.labsec.signature.tsa that return KeyStoreInformation -
Uses of KeyStoreInformation in br.ufsc.labsec.signature.tsa.providers
Methods in br.ufsc.labsec.signature.tsa.providers that return KeyStoreInformationModifier and TypeMethodDescriptionLocalTimestampProvider.constructKeyStoreInformation()temporary fix: `privateInformation` is not created inside the constructor because we don't want a GET request to `KEYSTORE_URL` every time the component is created via `TimeStampComponent#getTimeStamp()`RemoteBasicTimestampProvider.constructKeyStoreInformation()RemoteOAuthTimeStampProvider.constructKeyStoreInformation()TimestampProvider.constructKeyStoreInformation() -
Uses of KeyStoreInformation in br.ufsc.labsec.signer.core
Fields in br.ufsc.labsec.signer.core declared as KeyStoreInformationModifier and TypeFieldDescriptionprotected KeyStoreInformationSignerRequest.ksInfoInformações da KeyStore para realização da assinaturaMethods in br.ufsc.labsec.signer.core that return KeyStoreInformationMethods in br.ufsc.labsec.signer.core with parameters of type KeyStoreInformationModifier and TypeMethodDescriptionSignerRequest.setKeyStoreInformation(KeyStoreInformation ksInfo) SignerRequest.withParameters(SignerParameters parameters, KeyStoreInformation ksInfo, List<org.apache.commons.lang3.tuple.Pair<String, byte[]>> files) Seta todos os parâmetros da requisição para a futura realização da assinatura.