扩展阅读
当前位置: 编程语言>java/jsp
java命名空间java.security.cert类x509crl的类成员方法: getthisupdate定义及介绍
发布时间:2014-2-17
本文导语:
getthisupdate
public abstract date getthisupdate()
获取 crl 的 thisupdate 日期。此内容的 asn.1 定义如下:
thisupdate choiceoftime
choiceoftime ::= choice {
utctime utctime,
generaltime generalizedtime }
返回:获取 crl 的 thisupdate 日期。
...