扩展阅读
当前位置: 编程语言>java/jsp
java命名空间java.security类keystore的类成员方法: iscertificateentry定义及介绍
发布时间:2014-2-17
本文导语:
iscertificateentry
public final boolean iscertificateentry(string alias)
throws keystoreexception
如果给定别名标识的条目是通过调用 setcertificateentry 或者以 trustedcertificateentry 为参数的 setentry 创建的,则返回 true。
参数...