|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SignedCommand
A signed command.
Method Summary | |
---|---|
Command |
getCommand()
Retrieves the encapsulated object. |
boolean |
verify(java.security.PublicKey verificationKey,
java.security.Signature verificationEngine)
Verifies that the signature in this SignedObject is the valid signature for the object stored inside, with the given verification key, using the designated verification engine. |
Method Detail |
---|
Command getCommand() throws java.io.IOException
java.io.IOException
boolean verify(java.security.PublicKey verificationKey, java.security.Signature verificationEngine) throws java.security.InvalidKeyException, java.security.SignatureException, java.io.IOException
java.security.InvalidKeyException
java.security.SignatureException
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |