Uses of Class
javax.crypto.DecapsulateException
Packages that use DecapsulateException
-
Uses of DecapsulateException in javax.crypto
Methods in javax.crypto that throw DecapsulateExceptionModifier and TypeMethodDescriptionKEM.Decapsulator.decapsulate
(byte[] encapsulation) The key decapsulation function.KEM.Decapsulator.decapsulate
(byte[] encapsulation, int from, int to, String algorithm) The key decapsulation function.KEMSpi.DecapsulatorSpi.engineDecapsulate
(byte[] encapsulation, int from, int to, String algorithm) The key decapsulation function.