ibm.security.internal.interfaces

Interface XECKey

  • All Known Subinterfaces:
    XECPrivateKey, XECPublicKey


    public interface XECKey
    An interface for an elliptic curve public/private key as defined by RFC 7748. These keys are distinct from the keys represented by ECKey, and they are intended for use with algorithms based on RFC 7748 such as the XDH KeyAgreement algorithm. This interface allows access to the algorithm parameters associated with the key.
    Since:
    1.8
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      java.security.spec.AlgorithmParameterSpec getParams()
      Returns the algorithm parameters associated with the key.
    • Method Detail

      • getParams

        java.security.spec.AlgorithmParameterSpec getParams()
        Returns the algorithm parameters associated with the key.
        Returns:
        the associated algorithm parameters

© Portions Copyright 2003, 2023 IBM Corporation. All rights reserved.
© Portions Copyright 2003, 2023 Oracle and/or its affiliates. All rights reserved.