Package pygar.documents
Class DestinationVerifyFail
java.lang.Object
java.lang.Throwable
java.lang.Exception
pygar.documents.DestinationVerifyFail
- All Implemented Interfaces:
java.io.Serializable
public class DestinationVerifyFail
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 DestinationVerifyFail()
-
Method Summary
-
Constructor Details
-
DestinationVerifyFail
public DestinationVerifyFail()
-