代码搜索:KeyGen
找到约 1,281 项符合「KeyGen」的源代码
代码结果 1,281
www.eeworm.com/read/341217/12098697
java client.java
package com.javapatterns.keygen.ver3;
public class Client
{
private static KeyGenerator keygen;
public static void main(String[] args)
{
keygen = KeyGenerator.getInstance
www.eeworm.com/read/339738/12207774
java signaturetest.java
/**
@version 1.00 1997-09-10
@author Cay Horstmann
*/
import java.security.*;
/**
This program demonstrates how to sign a message with a
private DSA key and verify it with the m
www.eeworm.com/read/151246/12226284
txt 使用幫助_繁體.txt
╭⌒╮┅~ ¤ ╭⌒╮ ╭⌒╮
╭⌒╭⌒╮╭⌒╮~╭⌒╮︶︶, ︶︶
,︶︶︶︶,''︶~~ ,''~︶︶ ,''
╬ ╱◥███◣╬╬╬╬╬╬╬╬╬╬╬
╬ ︱田︱田 田 ︱ ╬
╬ ╬
╬ ╭○╮● 俺要下載 ╬
╬ /■\/■\ 我們的軟體下載家園 ╬
╬ ...
www.eeworm.com/read/151246/12226294
txt 使用帮助_简体.txt
╭⌒╮┅~ ¤ ╭⌒╮ ╭⌒╮
╭⌒╭⌒╮╭⌒╮~╭⌒╮︶︶, ︶︶
,︶︶︶︶,''︶~~ ,''~︶︶ ,''
╬ ╱◥███◣╬╬╬╬╬╬╬╬╬╬╬
╬ ︱田︱田 田 ︱ ╬
╬ ╬
╬ ╭○╮● 俺要下载 ╬
╬ /■\/■\ 我们的软件下载家园 ╬
╬ ...
www.eeworm.com/read/251114/12363812
cpp stdafx.cpp
// stdafx.cpp : source file that includes just the standard includes
// KeyGen.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information
#include "stdafx.h"
www.eeworm.com/read/132286/14102118
cpp stdafx.cpp
// stdafx.cpp : source file that includes just the standard includes
// KeyGen.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information
#include "stdafx.h"
www.eeworm.com/read/130353/14196989
dsw rsa.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/129864/14221906
java signaturetest.java
/**
* @version 1.00 1997-09-10
* @author Cay Horstmann
*/
import java.security.*;
public class SignatureTest
{ public static void main(String[] args)
{ try
{ KeyPairGenerato
www.eeworm.com/read/127767/14337273
txt e198. generating a public private key pair.txt
This example generates a key pair for various public/private key algorithms. See also e197 Listing All Available Public/Private Key Generators.
try {
// Generate a 1024-bit Digital Sign
www.eeworm.com/read/127767/14337682
txt e459. generating a symmetric key.txt
This example generates a key for various symmetric cipher algorithms. See also e458 Listing All Available Symmetric Key Generators.
try {
// Generate a DES key
KeyGenerator key