blob: 6f13245ee99ebfcbc09b3fc3b8d3f2bfce2ae1eb [file] [log] [blame]
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
// Generated by jextract
package org.apache.tomcat.util.openssl;
import java.lang.invoke.MethodHandle;
import java.lang.invoke.VarHandle;
import java.nio.ByteOrder;
import java.lang.foreign.*;
import static java.lang.foreign.ValueLayout.*;
final class constants$12 {
// Suppresses default constructor, ensuring non-instantiability.
private constants$12() {}
static final MethodHandle const$0 = RuntimeHelper.downcallHandle(
"X509_free",
constants$7.const$0
);
static final MethodHandle const$1 = RuntimeHelper.downcallHandle(
"d2i_X509",
constants$8.const$1
);
static final FunctionDescriptor const$2 = FunctionDescriptor.of(JAVA_INT,
RuntimeHelper.POINTER,
RuntimeHelper.POINTER
);
static final MethodHandle const$3 = RuntimeHelper.downcallHandle(
"i2d_X509",
constants$12.const$2
);
static final FunctionDescriptor const$4 = FunctionDescriptor.of(JAVA_INT,
RuntimeHelper.POINTER,
JAVA_INT,
JAVA_INT
);
static final MethodHandle const$5 = RuntimeHelper.downcallHandle(
"X509_get_ext_by_NID",
constants$12.const$4
);
}