public class TrustAnchorResponse extends EqualsSupport implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
TrustAnchorResponse.Builder |
| Constructor and Description |
|---|
TrustAnchorResponse(Long requestCreationTimestamp,
Map<URI,CertificateRepositoryObject> publishedObjects,
List<TaResponse> taResponses) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsSigningOrRevocationResponse() |
Map<URI,CertificateRepositoryObject> |
getPublishedObjects() |
Long |
getRequestCreationTimestamp() |
List<TaResponse> |
getTaResponses() |
static TrustAnchorResponse.Builder |
newBuilder(Long requestCreationTimestamp) |
equals, hashCode, toStringpublic TrustAnchorResponse(Long requestCreationTimestamp, Map<URI,CertificateRepositoryObject> publishedObjects, List<TaResponse> taResponses)
public Long getRequestCreationTimestamp()
public Map<URI,CertificateRepositoryObject> getPublishedObjects()
public List<TaResponse> getTaResponses()
public static TrustAnchorResponse.Builder newBuilder(Long requestCreationTimestamp)
public boolean containsSigningOrRevocationResponse()
Copyright © 2008–2022 RIPE Network Coordination Centre (RIPE NCC). All rights reserved.