Uses of Class
net.ripe.rpki.commons.ta.domain.response.TaResponse
-
Packages that use TaResponse Package Description net.ripe.rpki.commons.ta.domain.response -
-
Uses of TaResponse in net.ripe.rpki.commons.ta.domain.response
Subclasses of TaResponse in net.ripe.rpki.commons.ta.domain.response Modifier and Type Class Description classErrorResponseclassRevocationResponseclassSigningResponseMethods in net.ripe.rpki.commons.ta.domain.response that return types with arguments of type TaResponse Modifier and Type Method Description List<TaResponse>TrustAnchorResponse. getTaResponses()Methods in net.ripe.rpki.commons.ta.domain.response with parameters of type TaResponse Modifier and Type Method Description TrustAnchorResponse.BuilderTrustAnchorResponse.Builder. addTaResponse(TaResponse taResponse)Constructor parameters in net.ripe.rpki.commons.ta.domain.response with type arguments of type TaResponse Constructor Description TrustAnchorResponse(Long requestCreationTimestamp, Map<URI,CertificateRepositoryObject> publishedObjects, List<TaResponse> taResponses)
-