Uses of Class
com.inesm.KeyManager.exceptions.InvalidSignatureException
Packages that use InvalidSignatureException
-
Uses of InvalidSignatureException in com.inesm.KeyManager.controller
Methods in com.inesm.KeyManager.controller that throw InvalidSignatureExceptionModifier and TypeMethodDescriptionMessageController.importMessage(javax.servlet.http.HttpServletRequest request) Imports a message in the station. -
Uses of InvalidSignatureException in com.inesm.KeyManager.services
Methods in com.inesm.KeyManager.services that throw InvalidSignatureExceptionModifier and TypeMethodDescriptionbyte[]CryptographyService.AEADdecrypt(MessageContainer mc, byte[] keys) Decrypts a message using AEAD.CryptographyService.AEADdecryptWeb(String jsonString, String encKey64, String signKey64) Decrypts a payload using AEAD.CryptographyService.AEADencrypt(byte[] msg, byte[] data, byte[] keys) Encrypts a message using AEAD.CryptographyService.AEADencryptWeb(String payload, String data, String encKey64, String signKey64) Encrypts a payload using AEAD.PCKS11.authenticate()Authenticates an entity via smartcard authentication.voidMessageManager.importMessage(Message message) Imports a message from manual distribution.voidCommunicationService.process(ObjectInputStream objIn) Process a network resource from an input stream.voidMessageManager.process(NetworkResource resource) Processes a network resource.CryptographyService.smartCardAuthenticate()Authenticates an entity via smartcard authentication.