public abstract class CRL extends Object
专业的CRL类型可以通过子类化了这个抽象类定义。
X509CRL
,
CertificateFactory
protected CRL(String type)
type
- CRL型标准名称。见附录一的有关标准
Java Cryptography Architecture API Specification & Reference CRL类型信息。
public final String getType()
public abstract String toString()
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.