代码搜索:INTERFACES

找到约 10,000 项符合「INTERFACES」的源代码

代码结果 10,000
www.eeworm.com/read/150409/5692926

java ecpublickey.java

package org.bouncycastle.jce.interfaces; import java.security.PublicKey; import org.bouncycastle.math.ec.ECPoint; /** * interface for elliptic curve public keys. */ public interface ECPublicKey
www.eeworm.com/read/150409/5692927

java gost3410privatekey.java

package org.bouncycastle.jce.interfaces; import java.math.BigInteger; public interface GOST3410PrivateKey extends GOST3410Key, java.security.PrivateKey { public BigInteger getX(); }
www.eeworm.com/read/150409/5692932

java gost3410publickey.java

package org.bouncycastle.jce.interfaces; import java.security.PublicKey; import java.math.BigInteger; public interface GOST3410PublicKey extends GOST3410Key, PublicKey { public BigInteger getY(
www.eeworm.com/read/150409/5692933

java elgamalpublickey.java

package org.bouncycastle.jce.interfaces; import java.math.BigInteger; import java.security.PublicKey; public interface ElGamalPublicKey extends ElGamalKey, PublicKey { public BigInteger getY
www.eeworm.com/read/150409/5692935

java elgamalprivatekey.java

package org.bouncycastle.jce.interfaces; import java.math.BigInteger; import java.security.PrivateKey; public interface ElGamalPrivateKey extends ElGamalKey, PrivateKey { public BigInteger g
www.eeworm.com/read/150409/5692936

java gost3410key.java

package org.bouncycastle.jce.interfaces; /** * Main interface for a GOST 3410-94 key. */ public interface GOST3410Key { public GOST3410Params getParameters(); }
www.eeworm.com/read/147766/5725232

h acpi.h

/****************************************************************************** * * Name: acpi.h - Master include file, Publics and external data. * $Revision: 54 $ * **********************
www.eeworm.com/read/143026/5759768

h ipifcons.h

/*++ Copyright (c) 1995-1999 Microsoft Corporation Module Name: ipifcons.h Abstract: Constants needed for the Interface Object */ #ifndef __IPIFCONS_H__ #define __IP
www.eeworm.com/read/140582/5785541

8 tncfg.8

.TH IPSEC_TNCFG 8 "21 Jun 2000" .\" .\" RCSID $Id: tncfg.8,v 1.15 2002/04/24 07:35:41 mcr Exp $ .\" .SH NAME ipsec tncfg \- associate IPSEC virtual interface with physical interface .SH SYNOPSIS .B ip
www.eeworm.com/read/140582/5785803

makefile

# ipsec starter Makefile # Copyright (C) 2001 Mathieu Lafon - Arkoon Network Security # # This program is free software; you can redistribute it and/or modify it # under the terms of the GNU General P