| Package | Description |
|---|---|
| com.vmware.nsx_global_policy.model |
| Modifier and Type | Method and Description |
|---|---|
ALBCRL.Builder |
ALBCRL.Builder.setBody(java.lang.String body)
Certificate Revocation list from a given issuer in PEM format.
|
ALBCRL.Builder |
ALBCRL.Builder.setCommonName(java.lang.String commonName)
Common name of the issuer in the Certificate Revocation list.
|
ALBCRL.Builder |
ALBCRL.Builder.setDistinguishedName(java.lang.String distinguishedName)
Distinguished name of the issuer in the Certificate Revocation list.
|
ALBCRL.Builder |
ALBCRL.Builder.setEtag(java.lang.String etag)
Cached etag to optimize the download of the CRL.
|
ALBCRL.Builder |
ALBCRL.Builder.setFingerprint(java.lang.String fingerprint)
Fingerprint of the CRL.
|
ALBCRL.Builder |
ALBCRL.Builder.setLastRefreshed(java.lang.String lastRefreshed)
Last time CRL was refreshed by the system.
|
ALBCRL.Builder |
ALBCRL.Builder.setLastUpdate(java.lang.String lastUpdate)
The date when this CRL was last issued.
|
ALBCRL.Builder |
ALBCRL.Builder.setNextUpdate(java.lang.String nextUpdate)
The date when a newer CRL will be available.
|
ALBCRL.Builder |
ALBCRL.Builder.setServerUrl(java.lang.String serverUrl)
URL of a server that issues the Certificate Revocation list.
|
ALBCRL.Builder |
ALBCRL.Builder.setText(java.lang.String text)
Certificate Revocation list in plain text for readability.
|
ALBCRL.Builder |
ALBCRL.Builder.setUpdateInterval(java.lang.Long updateInterval)
Interval in minutes to check for CRL update.
|