Welcome![Sign In][Sign Up]
Location:
Search - keystore

Search list

[JSP/JavaCreateKeyStores

Description: import java.io.FileOutputStream import java.security.KeyStore import java.security.cert.Certificate import javax.security.auth.x500.X500PrivateCredential -import java.io.FileOutputStream import java.security.KeyStore import java.securit y.cert.Certificate import javax.security.a uth.x500.X500PrivateCredential
Platform: | Size: 929 | Author: albert_jq | Hits:

[Crack HackKeyStore

Description: Examples showing use of PKCS #12 and the KeyStore API-Examples showing use of PKCS # 12 and the Key Store API
Platform: | Size: 5922 | Author: 刘永恒 | Hits:

[Embeded-SCM Develops3c44b0jianpan

Description: 此工程项目用于测试键盘 下载并运行该工程项目后,程序处于等待键盘输入状态 用户若按下F1,则程序退出。 按下除了F1之外的任意键的同时,运行灯将点亮,当键盘弹起后,灯又灭掉。 如果键入的是数字0~9,那么在运行灯熄灭后,LED模块将显示该数字,显示的 位置随着输入次数改变而改变 按下的键值将被存储到数组keystore[]中, 用户可以设置断点观测数组中的键值,也可以等程序运行完毕,再观测-this project for testing keyboard download and run the project, procedures are waiting for the keyboard input state if users press the F1, procedures for the withdrawal. Apart from the F1 press outside the Anykey at the same time, running lights will be lit, when the pop-up keyboard, the lights also criminal. If the type is 0 ~ 9 figures, then running lights out, the LED module will show the figures, show the location with the input frequency changes of pressing keys will be stored keystore [] array, Users can set breakpoints observation array keys, or other procedures completed, and then observing
Platform: | Size: 205751 | Author: 简其平 | Hits:

[JSP/Javarel

Description: 1. 如何生成自签名的KeyStore以及导出供SP使用的公钥 C:>keytool -v -genkey -alias idp -keystore idp.jks -keyalg RSA -dname uid=idp 然后按照提示输入密码即可,这里选择输入123456作为密码,同时主口令也使用该密码 C:>keytool -v -export -alias idp -keystore idp.jks -file idp.cer 这个命令将导出公钥证书,公钥证书将会配置在Identity Assertion Provider的Details选项卡中,同时需要配置123456作为访问证书的密码 2. 如何编译 修改build\\目录下build.local.properties文件,将其中的WL_HOME指向具体的WebLogic Server安装目录 然后在build目录下执行ant即可 demo/目录中有编译好的demo应用,可以直接使用
Platform: | Size: 973058 | Author: thomas | Hits:

[Browser Clientjava写的web多文件上传

Description: 可在WEB上同时上传多个文件,带源代码,有例子,详细请看wwwroot下的readme帮助文档-the Web simultaneously upload multiple files, with the source code, is an example, wwwroot details please see the readme files help
Platform: | Size: 92160 | Author: 叶琦 | Hits:

[JSP/JavaCreateKeyStores

Description: import java.io.FileOutputStream import java.security.KeyStore import java.security.cert.Certificate import javax.security.auth.x500.X500PrivateCredential -import java.io.FileOutputStream import java.security.KeyStore import java.securit y.cert.Certificate import javax.security.a uth.x500.X500PrivateCredential
Platform: | Size: 1024 | Author: albert_jq | Hits:

[Crack HackKeyStore

Description: Examples showing use of PKCS #12 and the KeyStore API-Examples showing use of PKCS# 12 and the Key Store API
Platform: | Size: 6144 | Author: 刘永恒 | Hits:

[Embeded-SCM Develops3c44b0jianpan

Description: 此工程项目用于测试键盘 下载并运行该工程项目后,程序处于等待键盘输入状态 用户若按下F1,则程序退出。 按下除了F1之外的任意键的同时,运行灯将点亮,当键盘弹起后,灯又灭掉。 如果键入的是数字0~9,那么在运行灯熄灭后,LED模块将显示该数字,显示的 位置随着输入次数改变而改变 按下的键值将被存储到数组keystore[]中, 用户可以设置断点观测数组中的键值,也可以等程序运行完毕,再观测-this project for testing keyboard download and run the project, procedures are waiting for the keyboard input state if users press the F1, procedures for the withdrawal. Apart from the F1 press outside the Anykey at the same time, running lights will be lit, when the pop-up keyboard, the lights also criminal. If the type is 0 ~ 9 figures, then running lights out, the LED module will show the figures, show the location with the input frequency changes of pressing keys will be stored keystore [] array, Users can set breakpoints observation array keys, or other procedures completed, and then observing
Platform: | Size: 205824 | Author: 简其平 | Hits:

[JSP/Javarel

Description: 1. 如何生成自签名的KeyStore以及导出供SP使用的公钥 C:>keytool -v -genkey -alias idp -keystore idp.jks -keyalg RSA -dname uid=idp 然后按照提示输入密码即可,这里选择输入123456作为密码,同时主口令也使用该密码 C:>keytool -v -export -alias idp -keystore idp.jks -file idp.cer 这个命令将导出公钥证书,公钥证书将会配置在Identity Assertion Provider的Details选项卡中,同时需要配置123456作为访问证书的密码 2. 如何编译 修改build\目录下build.local.properties文件,将其中的WL_HOME指向具体的WebLogic Server安装目录 然后在build目录下执行ant即可 demo/目录中有编译好的demo应用,可以直接使用-1. How to generate self-signed, as well as export the KeyStore for SP
Platform: | Size: 972800 | Author: thomas | Hits:

[Crack HackKEYTOOL

Description: Digital Signature key tool
Platform: | Size: 84992 | Author: just | Hits:

[JSP/JavaJava.III.CodePermissions

Description: Code permissions in Java can be granted by 2 criterias - Location and Signer. The resulting permission set is the union of all grants, which are applicable to a class. Checks are performed only imperatively, in code, and new permissions can easily be added to the system. An explanation of the example: 1. DemoPub.keystore contains the key of the demo publisher 2. The PermissionCheck class checks for AccessProfileInfoPermission and specific operation 3. The permission is granted based on location or signature 4. If jar file is not signed, the signature clause is not granted, and the check fails 5. Signing the jar enables passing checks for all operations-Code permissions in Java can be granted by 2 criterias- Location and Signer. The resulting permission set is the union of all grants, which are applicable to a class. Checks are performed only imperatively, in code, and new permissions can easily be added to the system. An explanation of the example: 1. DemoPub.keystore contains the key of the demo publisher 2. The PermissionCheck class checks for AccessProfileInfoPermission and specific operation 3. The permission is granted based on location or signature 4. If jar file is not signed, the signature clause is not granted, and the check fails 5. Signing the jar enables passing checks for all operations
Platform: | Size: 3072 | Author: neo | Hits:

[JSP/JavaMain

Description: Add remote certificate to local Keystore. Usage: java importcerttofile.Main <host>[:port]
Platform: | Size: 2048 | Author: Juanma73 | Hits:

[JSP/JavaKeyStoreAppender

Description: 安全套接字协议的 SSLContext 制作Keystore文件-SSLContext Keystore
Platform: | Size: 4096 | Author: foliebug | Hits:

[androidAndroidSSLSocket

Description: AndroidSSLSocket.rar 在Android平台上实现的SSLSocket实例。已调试通过。可直接运行。-AndroidSSLSocket.rar the Android platform to achieve the SSLSocket instance. Has been debugged. Can be directly run.
Platform: | Size: 259072 | Author: Jackey | Hits:

[Crack HackKeystore

Description: 目 录 一 概述 3 二 使用IBM密钥管理器生成KEYSTROE 3 1打开ikeyman 3 2创建keystore 3 3生成申请书 4 4使用申请书在JIT CA中签发站点证书 5 5导入签发完成的站点证书 5 三 使用KEYTOOL命令产生KEYSTORE 7 1生成server端证书 7 2生成KeySTORE,使用如下语句: 7 3生成服务器证书申请书 7 4向keystore中导入根证书及服务器证书 7 5把CA签名后的server端证书导入keystore 8 附录:使用申请书在JIT CA中签发站点证书 8 1启动注册子系统业务处理控制台 8 2在注册子系统证书制作控制台制作站点证书 9 3使用IE下载服务器证书 10 -good good
Platform: | Size: 1116160 | Author: 李正 | Hits:

[androidDuomiMusicPlay

Description: Java源码,Android,多米播放器   一款仿多米界面的android音乐播放器-精致的界面,华丽的操作,详尽的源代码注释,绝对让你爱不释手。因电脑上的APK运行环境还没有调试好,所以现在暂时无法看到运行图,学习Android编程的开发者可下载源码自己动手编译看效果吧。   mic.keystore密码:geniusmic-Java source code, Android, meters play an imitation meters interface android music player- a refined interface, gorgeous operating, detailed source code comments, never let you put it down. APK runtime environment on your computer has not yet adjusted, so it is temporarily unable to see the run chart to learn Android programming developers can download the source code yourself to compile to see results. mic.keystore password: geniusmic
Platform: | Size: 1860608 | Author: 张熊 | Hits:

[FlashMXane-hello-world

Description: AS3 ane源码adt -package -storetype pkcs12 -keystore poker.p12 -storepass 123456-target ane myInApp.ane extension.xml -swc hellworld.swc -platform iPhone-ARM library-adt-package-storetype pkcs12-keystore poker.p12-storepass 123456-target ane myInApp.ane extension.xml-swc hellworld.swc-platform iPhone-ARM library...
Platform: | Size: 232448 | Author: yygt | Hits:

[Linux-Unixkeystore

Description: Linux filesystem encryption layer
Platform: | Size: 14336 | Author: herlengdui | Hits:

[JSP/JavaKeyStore

Description: KeyStore is responsible maintaining cryptographic keys and their owners for Andriod.
Platform: | Size: 7168 | Author: waocoumu | Hits:

[Linux-UnixKeyStore

Description: KeyStore is responsible for maintaining cryptographic keys and their owners.
Platform: | Size: 7168 | Author: pinpaiga | Hits:
« 12 3 »

CodeBus www.codebus.net