public abstract class CRL extends Object
专门的CRL类型可以通过对这个抽象类进行子类化来定义。
X509CRL
, CertificateFactory
protected CRL(String type)
type
- CRL类型的标准名称。
有关标准CRL类型的信息,请参阅Java Cryptography Architecture API Specification & Reference中的附录A.
public final String getType()
public abstract boolean isRevoked(Certificate cert)
cert
- 检查证书。
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.