扩展阅读
当前位置: 编程语言>java/jsp
java命名空间java.security.cert类x509crl的类成员方法: gettbscertlist定义及介绍
发布时间:2014-2-17
本文导语:
gettbscertlist
public abstract byte[] gettbscertlist()
throws crlexception
从此 crl 中获取以 der 编码的 crl 信息,即 tbscertlist。这可用于独立验证签名。
返回:以 der 编码的 crl 信息。
抛出:
crlexception - 如果发生编...