jdk-20-ga : jdk-21+35
Module java.base
Package javax.crypto

Class DecapsulateException

Only in: jdk-21+35; not in: jdk-20-ga.
public class DecapsulateException
extends java.security.GeneralSecurityException
Not in jdk-20-ga; only in jdk-21+35
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:

Constructors

Summary

Differences
Elements Comments Descriptions Total
Added Changed Removed Added Changed Removed Added Changed Removed
DecapsulateException 1 1 2
<init>(String) 1 1
<init>(String,Throwable) 1 1
Total 1 3 4