public class ExtendedKeyUsageCondition extends Condition
| Constructor and Description |
|---|
ExtendedKeyUsageCondition(List<String> oids) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
check(CertificateToken certificateToken) |
List<String> |
getKeyPurposeIds()
Returns the list key purpose IDs to be be checked against the
certificate’s extended key usage extension.
|
String |
toString() |
String |
toString(String indent) |
public final List<String> getKeyPurposeIds()
nullpublic boolean check(CertificateToken certificateToken)
Copyright © 2019. All rights reserved.