-
Methods in br.ufsc.labsec.signature that throw PolicyException
Modifier and Type |
Method |
Description |
<T extends ExtraInformation> FileToBeSigned<T> |
FileToBeSignedGenerator.createDetachedFileToBeSigned(Application application,
FileToBeSigned<T> fileToBeSigned,
InputStream inputStream) |
|
<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) |
|
<Encod,
Sig extends Signature<Encod>> FileToBeSigned<TSInformation<Encod,Sig>> |
FileToBeSignedGenerator.generateTimestampToBeSigned(TimeStampComponent component,
String attributeOid,
byte[] digestToSign,
String signatureSuite,
Sig stampedSignature) |
|
Constructors in br.ufsc.labsec.signature that throw PolicyException
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) |
|
-