Module java.base
Package javax.crypto

Class DecapsulateException

java.lang.Object
All Implemented Interfaces:
Serializable

public class DecapsulateException extends GeneralSecurityException
An exception that is thrown by the KEM.Decapsulator.decapsulate(byte[]) method to denote an error during decapsulation.
Since:
21
See Also: