Package pygar.documents
Class SourceVerifyFail
java.lang.Object
java.lang.Throwable
java.lang.Exception
pygar.documents.SourceVerifyFail
- All Implemented Interfaces:
java.io.Serializable
public class SourceVerifyFail
extends java.lang.Exception
This exception thrown if the document has been sent to the wrong site.
The actual test uses the private key of the entity at this site to verify
the source's encryption of the document using the public key of this site.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description SourceVerifyFail()
-
Method Summary
-
Constructor Details
-
SourceVerifyFail
public SourceVerifyFail()
-