码迷,mamicode.com
首页 >  
搜索关键字:ldap over tls    ( 11811个结果
Android网络编程系列 一 JavaSecurity之JSSE(SSL/TLS)
摘要: Java Security在Java存在已久了而且它是一个非常重要且独立的版块,包含了很多的知识点,常见的有MD5,DigitalSignature等,而Android在Java Seurity之外,拓展了一个android.security包,此包中就提供了KeyChain。它包含了主要....
分类:移动开发   时间:2015-06-16 01:08:12    阅读次数:235
在Activity之间传递数据—获取Activity返回的数据
在获取返回值时要注意的是打开Activity的方式,用方法:startActivityForResult接收时,重写方法:onActivityResult在子Activity中,写数据用方法:setResultMainActivity代码: private TextView tv; @Over...
分类:其他好文   时间:2015-06-15 23:38:05    阅读次数:202
Java安全之SSL/TLS
在前面所讲到的一些安全技术手段如:消息摘要、加解密算法、数字签名和数据证书等,一般都不会由开发者直接地去使用,而是经过了一定的封装,甚至形成了某些安全协议,再暴露出一定的接口来供开发者使用。因为直接使用这些安全手段,对开发者的学习成本太高,需要深入了解底层实现才行,而直接使用封装后暴露出来的接口就容易多了。    在这些封装与协议的背后,很多都使用到了SSL/TSL协议,其中最常见的HTTP...
分类:编程语言   时间:2015-06-14 16:50:12    阅读次数:216
poj2752 Seek the Name, Seek the Fame
Description The little cat is so famous, that many couples tramp over hill and dale to Byteland, and asked the little cat to give names to their newly-born babies. They seek the name, and at the sa...
分类:其他好文   时间:2015-06-14 12:36:56    阅读次数:138
swipe.js的使用
简介github:https://github.com/thebird/swipe一个图片滚动的js组件,支持手势触屏。使用方法 .swipe { over...
分类:Web程序   时间:2015-06-14 11:01:47    阅读次数:143
Leetcode[]-Binary Search Tree Iterator
Implement an iterator over a binary search tree (BST). Your iterator will be initialized with the root node of a BST.Calling next() will return the next smallest number in the BST.Note: next() and hasN...
分类:其他好文   时间:2015-06-13 09:56:01    阅读次数:100
php7 编译 collect2: error: ld returned 1 exit status
/usr/bin/ld: ext/ldap/.libs/ldap.o: undefined reference to symbol ‘ber_strdup‘ /usr/bin/ld: note: ‘ber_strdup‘ is defined in DSO /lib64/liblber-2.4.so.2 so try adding it to the linker command line ...
分类:Web程序   时间:2015-06-12 19:36:14    阅读次数:881
LDAP学习笔记
序:工作中在CA系统中用到了LDAP,使用开源的openldap,今天由于工作需要参加了南大通用的LDAP的基础培训,在此做下学习笔记,加深学习效果。1,目录服务与LDAP是什么目录服务是一个特殊的数据库,用来保存描述性的、基于属性的详细信息,支持过滤功能。目录是动态的,灵活的,易扩展的。例如:人员...
分类:其他好文   时间:2015-06-12 19:22:29    阅读次数:169
Maven学习
Maven简介 主要用于基于Java平台的项目构建、依赖管理和项目信息管理 约定优于配置(Convention Over Configuration),使项目构建标准化,消除重复及琐碎的任务,且提供中央仓库,通过坐标系统来有序地管理以来 核心是POM文件 本文是对《Maven实战》的学习和总结...
分类:其他好文   时间:2015-06-11 23:03:58    阅读次数:170
LDAP过滤器使用说明(用户、组和容器的默认 LDAP 过滤器和属性)
说明来源:http://docs.oracle.com/html/E35191_01/ldap-filters-attrs-users.html#ldap-filters-attributes-users-default用户、组和容器的默认 LDAP 过滤器和属性下表包含用户、组和容器的默认 LDA...
分类:其他好文   时间:2015-06-11 09:25:00    阅读次数:279
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!