public class NoVerifySignedCommandUnwrapper
extends java.lang.Object
implements com.microej.security.command.CommandUnwrapper
CommandUnwrapper
DOES NOT verify the signature of the SignedCommand. It simply skips
algId, certPath to reach the command content and closes the stream before reading the signature.Constructor and Description |
---|
NoVerifySignedCommandUnwrapper() |
Modifier and Type | Method and Description |
---|---|
com.microej.security.command.Command |
unwrapCommand(java.io.InputStream wrappedCommandStream,
org.eclipse.core.runtime.IProgressMonitor monitor) |
public com.microej.security.command.Command unwrapCommand(java.io.InputStream wrappedCommandStream, org.eclipse.core.runtime.IProgressMonitor monitor) throws java.io.IOException, com.microej.security.command.InvalidCommandFormatException
unwrapCommand
in interface com.microej.security.command.CommandUnwrapper
java.io.IOException
com.microej.security.command.InvalidCommandFormatException