Uses of Class
javax.crypto.KEM.Encapsulator
Packages that use KEM.Encapsulator
-
Uses of KEM.Encapsulator in javax.crypto
Methods in javax.crypto that return KEM.EncapsulatorModifier and TypeMethodDescriptionKEM.newEncapsulator
(PublicKey publicKey) Creates a KEM encapsulator on the KEM sender side.KEM.newEncapsulator
(PublicKey publicKey, SecureRandom secureRandom) Creates a KEM encapsulator on the KEM sender side.KEM.newEncapsulator
(PublicKey publicKey, AlgorithmParameterSpec spec, SecureRandom secureRandom) Creates a KEM encapsulator on the KEM sender side.