Class RepositoryResponse


  • public class RepositoryResponse
    extends Object
    See RFC8183 section 5.2.4: "The <repository_response/> message is a repository's response to a publisher which has previously sent a <publisher_request/> message."
    • Constructor Detail

      • RepositoryResponse

        public RepositoryResponse​(Optional<String> tag,
                                  URI serviceUri,
                                  String publisherHandle,
                                  URI siaBase,
                                  Optional<URI> rrdpNotificationUri,
                                  ProvisioningIdentityCertificate repositoryBpkiTa)
        Create a child identity to offer to your parent, including a suggested handle. Note that your parent may ignore this handle!
    • Method Detail

      • getVersion

        public int getVersion()