Class SignerApplication
java.lang.Object
br.ufsc.labsec.components.ComponentContainer
br.ufsc.labsec.signer.core.SignerApplication
- All Implemented Interfaces:
ApplicationInterface
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionsign(FileToBeSigned<?> fileToBeSigned, SignerParameters params) Methods inherited from class ComponentContainer
getComponents, getConfiguration, isVerificationPackage, setComponents, setupMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ApplicationInterface
copyComponentsFieldsFrom, getComponent, getComponentParam, setup
-
Constructor Details
-
SignerApplication
public SignerApplication() -
SignerApplication
-
-
Method Details
-
sign
public SignatureWrapper sign(FileToBeSigned<?> fileToBeSigned, SignerParameters params) throws br.ufsc.labsec.pbad.ykue_utils.exceptions.SignerException, CertificationPathException - Throws:
br.ufsc.labsec.pbad.ykue_utils.exceptions.SignerExceptionCertificationPathException
-