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