Uses of Class
br.ufsc.labsec.signature.signer.keystore.KeyStoreInformation
-
Uses of KeyStoreInformation in br.ufsc.labsec.component
Fields in br.ufsc.labsec.component declared as KeyStoreInformation Modifier and Type Field Description KeyStoreInformation
CompleteSignatureComponent. keyStoreInformation
-
Uses of KeyStoreInformation in br.ufsc.labsec.signature
Fields in br.ufsc.labsec.signature declared as KeyStoreInformation Modifier and Type Field Description protected KeyStoreInformation
SignerRequest. ksInfo
Informações da KeyStore para realização da assinaturaMethods in br.ufsc.labsec.signature that return KeyStoreInformation Modifier and Type Method Description protected abstract KeyStoreInformation
AttributeIncluder. getKeyStoreInformation(Sig signature)
KeyStoreInformation
SignerRequest. getKeyStoreInformation()
Methods in br.ufsc.labsec.signature with parameters of type KeyStoreInformation Modifier and Type Method Description <T extends ExtraInformation>
FileToBeSigned<? extends T>FileToBeSignedGenerator. generateFileToBeSigned(Application application, String filename, InputStream contentToBeSigned, FileFormat signatureFormat, SignerType signatureType, String signatureSuite, KeyStoreInformation keyStoreInformation, T extraInformation)
<T extends ExtraInformation>
FileToBeSigned<? extends T>FileToBeSignedGenerator. generateFileToBeSigned(Application 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(Application 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(Application application, URI uri, String fileExtension, FileFormat signatureFormat, SignerType signatureType, String signatureSuite, KeyStoreInformation keyStoreInformation, T extraInformation)
<T extends ExtraInformation>
FileToBeSigned<? extends T>FileToBeSignedGenerator. generateFileToBeSigned(Application 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(Application application, URI uri, String fileExtension, FileFormat signatureFormat, SignerType signatureType, String signatureSuite, KeyStoreInformation keyStoreInformation, T extraInformation, List<String> signedAttributes, List<String> unsignedAttributes, CompleteSigner.Mode signatureMode)
SignerRequest<Info>
SignerRequest. setKeyStoreInformation(KeyStoreInformation ksInfo)
SignerRequest<Info>
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. -
Uses of KeyStoreInformation in br.ufsc.labsec.signature.conformanceVerifier.cades
Methods in br.ufsc.labsec.signature.conformanceVerifier.cades that return KeyStoreInformation Modifier and Type Method Description protected KeyStoreInformation
CadesAttributeIncluder. getKeyStoreInformation(CadesSignature signature)
-
Uses of KeyStoreInformation in br.ufsc.labsec.signature.conformanceVerifier.jades
Methods in br.ufsc.labsec.signature.conformanceVerifier.jades that return KeyStoreInformation Modifier and Type Method Description protected KeyStoreInformation
JadesAttributeIncluder. getKeyStoreInformation(JadesSignature signature)
-
Uses of KeyStoreInformation in br.ufsc.labsec.signature.conformanceVerifier.pades
Methods in br.ufsc.labsec.signature.conformanceVerifier.pades that return KeyStoreInformation Modifier and Type Method Description protected KeyStoreInformation
PadesAttributeIncluder. getKeyStoreInformation(PadesSignature signature)
-
Uses of KeyStoreInformation in br.ufsc.labsec.signature.conformanceVerifier.xades
Methods in br.ufsc.labsec.signature.conformanceVerifier.xades that return KeyStoreInformation Modifier and Type Method Description protected KeyStoreInformation
XadesAttributeIncluder. getKeyStoreInformation(XadesSignature signature)
-
Uses of KeyStoreInformation in br.ufsc.labsec.signature.tsa
Methods in br.ufsc.labsec.signature.tsa that return KeyStoreInformation Modifier and Type Method Description KeyStoreInformation
TimeStamp. constructKeyStoreInformation()
-
Uses of KeyStoreInformation in br.ufsc.labsec.signature.tsa.providers
Methods in br.ufsc.labsec.signature.tsa.providers that return KeyStoreInformation Modifier and Type Method Description KeyStoreInformation
LocalTimestampProvider. 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()`KeyStoreInformation
RemoteBasicTimestampProvider. constructKeyStoreInformation()
KeyStoreInformation
RemoteOAuthTimeStampProvider. constructKeyStoreInformation()
KeyStoreInformation
TimestampProvider. constructKeyStoreInformation()