KEM (Java SE 24 & JDK 24)
-
Nested Class Summary
Nested Classes
static final classA decapsulator, generated by
newDecapsulator(java.security.PrivateKey)on the KEM receiver side.static final classThis class specifies the return value of the encapsulate method of a Key Encapsulation Mechanism (KEM), which includes the shared secret (as a
SecretKey), the key encapsulation message, and optional parameters.static final classAn encapsulator, generated by
newEncapsulator(java.security.PublicKey)on the KEM sender side. -
Method Summary
Returns the name of the algorithm for this
KEMobject.Returns a
KEMobject that implements the specified algorithm.Returns a
KEMobject that implements the specified algorithm from the specified security provider.Returns a
KEMobject that implements the specified algorithm from the specified security provider.Creates a KEM decapsulator on the KEM receiver side.
Creates a KEM decapsulator on the KEM receiver side.
Creates a KEM encapsulator on the KEM sender side.
Creates a KEM encapsulator on the KEM sender side.
Creates a KEM encapsulator on the KEM sender side.
-
Method Details
-
getInstance
-
getInstance
-
getInstance
-
newEncapsulator
-
newEncapsulator
-
newEncapsulator
-
newDecapsulator
-
newDecapsulator
-
getAlgorithm
-