• Nested Class Summary

    Nested Classes

    static final class 

    A decapsulator, generated by newDecapsulator(java.security.PrivateKey) on the KEM receiver side.

    static final class 

    This 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 class 

    An encapsulator, generated by newEncapsulator(java.security.PublicKey) on the KEM sender side.

  • Method Summary

    Returns the name of the algorithm for this KEM object.

    Returns a KEM object that implements the specified algorithm.

    Returns a KEM object that implements the specified algorithm from the specified security provider.

    Returns a KEM object 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.

    Methods declared in class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

  • Method Details

    • getInstance

    • getInstance

    • getInstance

    • newEncapsulator

    • newEncapsulator

    • newEncapsulator

    • newDecapsulator

    • newDecapsulator

    • getAlgorithm