JavaScript is disabled on your browser.
This specification is not final and is subject to change. Use is subject to
license terms
.
Skip navigation links
Overview
Class
Use
Tree
Preview
New
Deprecated
Index
Search
Help
Java SE 24 & JDK 24
DRAFT 24-crac+20-25
java.base
javax.crypto
KEMSpi
DecapsulatorSpi
Uses of Interface
javax.crypto.KEMSpi.DecapsulatorSpi
Packages that use
KEMSpi.DecapsulatorSpi
Package
Description
javax.crypto
Provides the classes and interfaces for cryptographic operations.
Uses of
KEMSpi.DecapsulatorSpi
in
javax.crypto
Methods in
javax.crypto
that return
KEMSpi.DecapsulatorSpi
Modifier and Type
Method
Description
KEMSpi.DecapsulatorSpi
KEMSpi.
engineNewDecapsulator
(
PrivateKey
privateKey,
AlgorithmParameterSpec
spec)
Creates a KEM decapsulator on the KEM receiver side.