5089N/A# Copyright (c) 2009, Oracle
and/or its affiliates. All rights reserved.
5089N/A# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5089N/A# This code is free software; you can redistribute it
and/or modify it
5089N/A# under the terms of the GNU General Public License version 2 only, as
5089N/A# published by the Free Software Foundation. Oracle designates this
5089N/A# particular file as subject to the "Classpath" exception as provided
5089N/A# by Oracle in the LICENSE file that accompanied this code.
5089N/A# This code is distributed in the hope that it will be useful, but WITHOUT
5089N/A# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
5089N/A# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
5089N/A# version 2 for more details (a copy is included in the LICENSE file that
# You should have received a copy of the GNU General Public License version
# 2 along with this work; if not, write to the Free Software Foundation,
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
# or visit
www.oracle.com if you need additional information or have any
# Define public interface.
Java_sun_security_ec_ECKeyPairGenerator_generateECKeyPair;
Java_sun_security_ec_ECKeyPairGenerator_getEncodedBytes;
Java_sun_security_ec_ECDSASignature_signDigest;
Java_sun_security_ec_ECDSASignature_verifySignedDigest;
Java_sun_security_ec_ECDHKeyAgreement_deriveKey;