Uses of Class
javax.crypto.KEM
Packages that use KEM
-
Uses of KEM in javax.crypto
Methods in javax.crypto that return KEM修饰符和类方法Descriptionstatic KEM
KEM.getInstance
(String algorithm) Returns aKEM
object that implements the specified algorithm.static KEM
KEM.getInstance
(String algorithm, String provider) Returns aKEM
object that implements the specified algorithm from the specified security provider.static KEM
KEM.getInstance
(String algorithm, Provider provider) Returns aKEM
object that implements the specified algorithm from the specified security provider.