Uses of Interface
br.ufsc.labsec.signature.PrivateKeyInformation
Package | Description |
---|---|
br.ufsc.labsec.signature | |
br.ufsc.labsec.signature.conformanceVerifier.xades | |
br.ufsc.labsec.signature.signer.keystore |
-
Uses of PrivateKeyInformation in br.ufsc.labsec.signature
Subinterfaces of PrivateKeyInformation in br.ufsc.labsec.signature Modifier and Type Interface Description interface
PrivateInformation
Classes in br.ufsc.labsec.signature that implement PrivateKeyInformation Modifier and Type Class Description class
SimplePrivateInformation
Esta classe reúne informações do assinante.Methods in br.ufsc.labsec.signature that return PrivateKeyInformation Modifier and Type Method Description PrivateKeyInformation
FileToBeSigned. getPrivateKeyInformation()
Constructors in br.ufsc.labsec.signature with parameters of type PrivateKeyInformation Constructor Description FileToBeSigned(String filename, String mimeType, InputStream contentToBeSigned, FileFormat signatureFormat, SignerType signatureType, String signatureSuite, List<String> signedAttributes, List<String> unsignedAttributes, PrivateKeyInformation privateKeyInformation, CertificateInformation certificateInformation, InformationSigner informationSigner, boolean remote, T extraInformation)
-
Uses of PrivateKeyInformation in br.ufsc.labsec.signature.conformanceVerifier.xades
Classes in br.ufsc.labsec.signature.conformanceVerifier.xades that implement PrivateKeyInformation Modifier and Type Class Description class
SignerData
Esta classe representa um assinante. -
Uses of PrivateKeyInformation in br.ufsc.labsec.signature.signer.keystore
Classes in br.ufsc.labsec.signature.signer.keystore that implement PrivateKeyInformation Modifier and Type Class Description class
KeyStoreInformation
Esta classe engloba todas as informações necessárias para o uso de um KeyStore no processo de assinatura e de recuperação de certificadoclass
LocalKeyStore
Esta classe representa um assinante.