public static class SSLCertificateApprovalCallback.ValidityItem
extends java.lang.Object
| Constructor | Description |
|---|---|
ValidityItem(int reason,
PK11Cert cert,
int depth) |
| Modifier and Type | Method | Description |
|---|---|---|
PK11Cert |
getCert() |
|
int |
getDepth() |
|
int |
getReason() |
public ValidityItem(int reason,
PK11Cert cert,
int depth)
public int getReason()
public int getDepth()
public PK11Cert getCert()