-
Fields in br.ufsc.labsec.signature declared as FileFormat
Modifier and Type |
Field |
Description |
protected FileFormat |
SignatureRequest.format |
Formato da assinatura a ser realizada (attached, detached, internally_detached, enveloped)
|
protected FileFormat |
SignerRequest.format |
Formato da assinatura a ser realizada (attached, detached, internally_detached, enveloped)
|
Methods in br.ufsc.labsec.signature with parameters of type FileFormat
Modifier and Type |
Method |
Description |
ExtraInformation |
FileToBeSignedGenerator.generateExtraInformation(SignerType signatureType,
FileFormat fileFormat,
byte[] contentToSign,
SignerParameters parameters,
String filename) |
|
<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,
List<String> signedAttributes,
List<String> unsignedAttributes) |
|
<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,
List<String> signedAttributes,
List<String> unsignedAttributes) |
|
SignatureRequest<Info> |
SignatureRequest.setFormat(FileFormat format) |
|
SignerRequest<Info> |
SignerRequest.setFormat(FileFormat format) |
|
Constructors in br.ufsc.labsec.signature with parameters of type FileFormat
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) |
|
-