Class TrustAnchorResponse
- java.lang.Object
-
- net.ripe.rpki.commons.util.EqualsSupport
-
- net.ripe.rpki.commons.ta.domain.response.TrustAnchorResponse
-
- All Implemented Interfaces:
Serializable
public class TrustAnchorResponse extends EqualsSupport implements Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTrustAnchorResponse.Builder
-
Constructor Summary
Constructors Constructor Description TrustAnchorResponse(Long requestCreationTimestamp, Map<URI,CertificateRepositoryObject> publishedObjects, List<TaResponse> taResponses)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancontainsSigningOrRevocationResponse()Map<URI,CertificateRepositoryObject>getPublishedObjects()LonggetRequestCreationTimestamp()List<TaResponse>getTaResponses()static TrustAnchorResponse.BuildernewBuilder(Long requestCreationTimestamp)-
Methods inherited from class net.ripe.rpki.commons.util.EqualsSupport
equals, hashCode, toString
-
-
-
-
Constructor Detail
-
TrustAnchorResponse
public TrustAnchorResponse(Long requestCreationTimestamp, Map<URI,CertificateRepositoryObject> publishedObjects, List<TaResponse> taResponses)
-
-
Method Detail
-
getRequestCreationTimestamp
public Long getRequestCreationTimestamp()
-
getPublishedObjects
public Map<URI,CertificateRepositoryObject> getPublishedObjects()
-
getTaResponses
public List<TaResponse> getTaResponses()
-
newBuilder
public static TrustAnchorResponse.Builder newBuilder(Long requestCreationTimestamp)
-
containsSigningOrRevocationResponse
public boolean containsSigningOrRevocationResponse()
-
-