Package org.conscrypt
Class HpkeDecryptException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.security.GeneralSecurityException
-
- org.conscrypt.HpkeDecryptException
-
- All Implemented Interfaces:
java.io.Serializable
public class HpkeDecryptException extends java.security.GeneralSecurityException- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static longserialVersionUID
-
Constructor Summary
Constructors Constructor Description HpkeDecryptException(java.lang.String msg)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-