Uses of Interface
br.ufsc.labsec.signature.PrivateKeyInformation
Packages that use PrivateKeyInformation
-
Uses of PrivateKeyInformation in br.ufsc.labsec.signature
Methods in br.ufsc.labsec.signature that return PrivateKeyInformationMethods in br.ufsc.labsec.signature with parameters of type PrivateKeyInformationModifier and TypeMethodDescription<T extends ExtraInformation>
FileToBeSigned<? extends T> FileToBeSignedGenerator.generateFileToBeSigned(Application application, String filename, InputStream contentToBeSigned, FileFormat signatureFormat, SignerType signatureType, String signatureSuite, PrivateKeyInformation privateKeyInformation, br.ufsc.labsec.pbad.ykue_utils.signature.CertificateInformation certificateInformation, br.ufsc.labsec.pbad.ykue_utils.signature.InformationSigner informationSigner, boolean remote, T extraInformation, List<String> signedAttributes, List<String> unsignedAttributes, CompleteSigner.Mode signatureMode) Constructors in br.ufsc.labsec.signature with parameters of type PrivateKeyInformationModifierConstructorDescriptionFileToBeSigned(String filename, String mimeType, InputStream contentToBeSigned, FileFormat signatureFormat, SignerType signatureType, String signatureSuite, List<String> signedAttributes, List<String> unsignedAttributes, PrivateKeyInformation privateKeyInformation, br.ufsc.labsec.pbad.ykue_utils.signature.CertificateInformation certificateInformation, br.ufsc.labsec.pbad.ykue_utils.signature.InformationSigner informationSigner, boolean remote, T extraInformation) FileToBeSigned(String filename, String mimeType, InputStream contentToBeSigned, FileFormat signatureFormat, SignerType signatureType, String signatureSuite, List<String> signedAttributes, List<String> unsignedAttributes, PrivateKeyInformation privateKeyInformation, br.ufsc.labsec.pbad.ykue_utils.signature.CertificateInformation certificateInformation, br.ufsc.labsec.pbad.ykue_utils.signature.InformationSigner informationSigner, boolean remote, T extraInformation, CompleteSigner.Mode signatureMode) -
Uses of PrivateKeyInformation in br.ufsc.labsec.signature.signer.keystore
Classes in br.ufsc.labsec.signature.signer.keystore that implement PrivateKeyInformationModifier and TypeClassDescriptionclassEsta classe engloba todas as informações necessárias para o uso de um KeyStore no processo de assinatura e de recuperação de certificadoclassEsta classe representa um assinante.