Module com.zerodeplibs.webpush
Package com.zerodeplibs.webpush.key
Class InvalidECPublicKeyException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.zerodeplibs.webpush.key.InvalidECPublicKeyException
-
- All Implemented Interfaces:
Serializable
public class InvalidECPublicKeyException extends RuntimeException
This exception is thrown to indicate that an elliptic curve (EC) public key is invalid.
The validation method is described in Section 5.6.2.3 of Recommendation for Pair-Wise Key Establishment Schemes Using Discrete Logarithm Cryptography - NIST Special Publication 800-56A Revision 2.
- Author:
- Tomoki Sato
- See Also:
PublicKeySource.extract(), Serialized Form
-
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-