Uses of Class
java.security.cert.PKIXRevocationChecker.Option
-
Packages that use PKIXRevocationChecker.Option 软件包 描述 java.security.cert 提供用于解析和管理证书,证书撤销列表(CRL)和认证路径的类和接口。 -
-
Uses of PKIXRevocationChecker.Option in java.security.cert
Methods in java.security.cert that return PKIXRevocationChecker.Option Modifier and Type 方法 描述 static PKIXRevocationChecker.OptionPKIXRevocationChecker.Option. valueOf(String name)以指定的名称返回此类型的枚举常量。static PKIXRevocationChecker.Option[]PKIXRevocationChecker.Option. values()按照它们声明的顺序返回一个包含此枚举类型常量的数组。Methods in java.security.cert that return types with arguments of type PKIXRevocationChecker.Option Modifier and Type 方法 描述 Set<PKIXRevocationChecker.Option>PKIXRevocationChecker. getOptions()获取吊销选项。Method parameters in java.security.cert with type arguments of type PKIXRevocationChecker.Option Modifier and Type 方法 描述 voidPKIXRevocationChecker. setOptions(Set<PKIXRevocationChecker.Option> options)设置撤销选项。
-